Class SaSecurityException

  • All Implemented Interfaces:
    java.io.Serializable

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

      Constructors 
      Constructor Description
      SaSecurityException​(java.lang.String arg0)
      Constructs SaSecurityException with the specified message.
      SaSecurityException​(java.lang.String arg0, java.lang.Throwable arg1)
      Constructs SaSecurityException with the specified message and nested 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

      • SaSecurityException

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

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