Class LicenceSecurityException

  • All Implemented Interfaces:
    java.io.Serializable

    public class LicenceSecurityException
    extends java.lang.SecurityException
    raised if licence check fails
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      LicenceSecurityException​(java.lang.String message, int aVendorCode)
      Constructor JaloBusinessException
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getMessage()  
      int getVendorCode()
      Method getThrowable
      java.lang.String toString()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, 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

      • LicenceSecurityException

        public LicenceSecurityException​(java.lang.String message,
                                        int aVendorCode)
        Constructor JaloBusinessException
        Parameters:
        message -
        aVendorCode -
    • Method Detail

      • getMessage

        public java.lang.String getMessage()
        Overrides:
        getMessage in class java.lang.Throwable
      • getVendorCode

        public int getVendorCode()
        Method getThrowable
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Throwable