Class ApplicationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ApplicationException
    extends java.lang.RuntimeException
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ApplicationException​(int errorCode, java.lang.String errorMessage, java.util.Map<java.lang.String,​java.lang.String> data)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.String> getData()  
      int getErrorCode()  
      java.lang.String getErrorMessage()  
      • 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 Detail

      • ApplicationException

        public ApplicationException​(int errorCode,
                                    java.lang.String errorMessage,
                                    java.util.Map<java.lang.String,​java.lang.String> data)
    • Method Detail

      • getErrorCode

        public int getErrorCode()
      • getErrorMessage

        public java.lang.String getErrorMessage()
      • getData

        public java.util.Map<java.lang.String,​java.lang.String> getData()