Class JaloSecurityException

  • All Implemented Interfaces:
    java.io.Serializable

    public class JaloSecurityException
    extends JaloBusinessException
    Superclass of all security exceptions.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      JaloSecurityException​(java.lang.Exception e, int vendorCode)  
      JaloSecurityException​(java.lang.String message, int vendorCode)
      Constructor JaloSecurityException
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • JaloSecurityException

        public JaloSecurityException​(java.lang.String message,
                                     int vendorCode)
        Constructor JaloSecurityException
        Parameters:
        message -
        vendorCode -
      • JaloSecurityException

        public JaloSecurityException​(java.lang.Exception e,
                                     int vendorCode)