Class InternalTafException

  • All Implemented Interfaces:
    java.io.Serializable

    class InternalTafException
    extends java.lang.Exception
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) long errorCode  
      private static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Constructor Description
      InternalTafException​(java.lang.String message, long error)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getMessage()  
      long getTafErrorCode()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, 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
    • Field Detail

      • errorCode

        long errorCode
    • Constructor Detail

      • InternalTafException

        public InternalTafException​(java.lang.String message,
                                    long error)
    • Method Detail

      • getTafErrorCode

        public long getTafErrorCode()
      • getMessage

        public java.lang.String getMessage()
        Overrides:
        getMessage in class java.lang.Throwable