Class CacheException

    • Constructor Summary

      Constructors 
      Constructor Description
      CacheException()
      Constructs an CacheException with null as its error detail message.
      CacheException​(int errorCode)  
      CacheException​(int errorCode, java.lang.String message)  
      CacheException​(int errorCode, java.lang.String reason, java.lang.String stackTrace)  
      CacheException​(int errorCode, java.lang.String reason, java.lang.Throwable cause)  
      CacheException​(java.lang.String s)
      Constructs an CacheException with the specified detail message.
      CacheException​(java.lang.String message, java.lang.Throwable cause)  
      CacheException​(java.lang.Throwable cause)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getErrorCode()  
      void printStackTrace()  
      void setErrorCode​(int value)  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CacheException

        public CacheException()
        Constructs an CacheException with null as its error detail message.
      • CacheException

        public CacheException​(int errorCode)
      • CacheException

        public CacheException​(int errorCode,
                              java.lang.String reason,
                              java.lang.String stackTrace)
      • CacheException

        public CacheException​(int errorCode,
                              java.lang.String reason,
                              java.lang.Throwable cause)
      • CacheException

        public CacheException​(java.lang.String s)
        Constructs an CacheException with the specified detail message. The error message string s can later be retrieved by the Throwable.getMessage() method of class java.lang.Throwable.
        Parameters:
        s - the detail message.
      • CacheException

        public CacheException​(java.lang.Throwable cause)
      • CacheException

        public CacheException​(java.lang.String message,
                              java.lang.Throwable cause)
      • CacheException

        public CacheException​(int errorCode,
                              java.lang.String message)
    • Method Detail

      • printStackTrace

        public void printStackTrace()
        Overrides:
        printStackTrace in class java.lang.Throwable
      • getErrorCode

        public final int getErrorCode()
      • setErrorCode

        public final void setErrorCode​(int value)