Class ProtectionException

    • Constructor Detail

      • ProtectionException

        protected ProtectionException()
        Default constructor.
      • ProtectionException

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

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

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