Class PsySecurityErrorException

All Implemented Interfaces:
PsyExecutable, PsyObject, Serializable

@ErrorType("securityerror") public class PsySecurityErrorException extends PsyErrorException
The representation of the securityerror error thrown by the security manager to indicate a security violation.
See Also:
  • Constructor Details

    • PsySecurityErrorException

      public PsySecurityErrorException()
      Constructs a new exception object with null as its detail message.
    • PsySecurityErrorException

      public PsySecurityErrorException(Throwable cause)
      Constructs a new exception object with the specified cause.
      Parameters:
      cause - the cause.