Class MPSException

java.lang.Object
java.lang.Throwable
java.lang.Exception
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.modules.mps.server.bean.MPSException
All Implemented Interfaces:
java.io.Serializable

public final class MPSException
extends ru.bitel.bgbilling.common.BGException
See Also:
Serialized Form
  • Field Summary

    Fields
    Modifier and Type Field Description
    int error  
    java.lang.String message  
  • Constructor Summary

    Constructors
    Constructor Description
    MPSException​(int error)  
    MPSException​(int error, java.lang.String errorMessage)  
  • Method Summary

    Modifier and Type Method Description
    int getErrorCode()  
    java.lang.String getErrorMessage()  

    Methods inherited from class ru.bitel.bgbilling.common.BGException

    getMessage, getTag, printStackTraceToString, printStackTraceToString, setTag, toString

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • message

      public final java.lang.String message
    • error

      public final int error
  • Constructor Details

    • MPSException

      public MPSException​(int error)
    • MPSException

      public MPSException​(int error, java.lang.String errorMessage)
  • Method Details

    • getErrorMessage

      public java.lang.String getErrorMessage()
    • getErrorCode

      public int getErrorCode()