Class ProtectionException

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected ProtectionException()
      Default constructor.
      protected ProtectionException​(java.lang.String message)
      Creates an exception.
      protected ProtectionException​(java.lang.String message, java.lang.Throwable cause)
      Creates an exception.
      protected ProtectionException​(java.lang.Throwable cause)
      Creates an exception.
    • 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

      • ProtectionException

        protected ProtectionException()
        Default constructor.
      • ProtectionException

        protected ProtectionException​(java.lang.String message)
        Creates an exception.
        Parameters:
        message - describing error
      • ProtectionException

        protected ProtectionException​(java.lang.Throwable cause)
        Creates an exception.
        Parameters:
        cause - of this Exception
      • ProtectionException

        protected ProtectionException​(java.lang.String message,
                                      java.lang.Throwable cause)
        Creates an exception.
        Parameters:
        message - describing error
        cause - of this Exception