Class AGRException

java.lang.Object
java.lang.Throwable
java.lang.Exception
ru.bitel.bgbilling.modules.agr.server.bean.AGRException
All Implemented Interfaces:
java.io.Serializable

public class AGRException
extends java.lang.Exception
Класс-исключение для платежного модуля AGR, содержащее в себе код ошибки из ModuleExecutor
See Also:
Serialized Form
  • Constructor Summary

    Constructors
    Constructor Description
    AGRException​(AGRErrorCode errorCode)  
    AGRException​(AGRErrorCode error, java.lang.String msg)  
    AGRException​(AGRErrorCode error, java.lang.String msg, java.lang.Throwable cause)  
  • Method Summary

    Modifier and Type Method Description
    AGRErrorCode getErrorCode()  

    Methods inherited from class java.lang.Throwable

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

    Methods inherited from class java.lang.Object

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

    • AGRException

      public AGRException​(AGRErrorCode errorCode)
    • AGRException

      public AGRException​(AGRErrorCode error, java.lang.String msg)
    • AGRException

      public AGRException​(AGRErrorCode error, java.lang.String msg, java.lang.Throwable cause)
  • Method Details