Class NonStopCacheException

    • Constructor Summary

      Constructors 
      Constructor Description
      NonStopCacheException()
      Default constructor
      NonStopCacheException​(java.lang.String message)
      Constructor accepting a String message
      NonStopCacheException​(java.lang.String message, java.lang.Throwable cause)
      Constructor accepting a String message and a Throwable cause
      NonStopCacheException​(java.lang.Throwable cause)
      Constructor accepting a Throwable cause
    • Method Summary

      • 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

      • NonStopCacheException

        public NonStopCacheException()
        Default constructor
      • NonStopCacheException

        public NonStopCacheException​(java.lang.String message,
                                     java.lang.Throwable cause)
        Constructor accepting a String message and a Throwable cause
        Parameters:
        message -
        cause -
      • NonStopCacheException

        public NonStopCacheException​(java.lang.String message)
        Constructor accepting a String message
        Parameters:
        message -
      • NonStopCacheException

        public NonStopCacheException​(java.lang.Throwable cause)
        Constructor accepting a Throwable cause
        Parameters:
        cause -