Class SaSecurityException

All Implemented Interfaces:
Serializable

public class SaSecurityException extends SaBasicException
Exception class for RMI security exceptions.
Author:
rbo
See Also:
  • Constructor Details

    • SaSecurityException

      public SaSecurityException(String arg0)
      Constructs SaSecurityException with the specified message.
      Parameters:
      arg0 - Message
    • SaSecurityException

      public SaSecurityException(String arg0, Throwable arg1)
      Constructs SaSecurityException with the specified message and nested exception.
      Parameters:
      arg0 - Message
      arg1 - Throwable