Package de.hybris.platform.jalo.security
Class JaloSecurityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.jalo.JaloBusinessException
de.hybris.platform.jalo.security.JaloSecurityException
- All Implemented Interfaces:
Serializable
Superclass of all security exceptions.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJaloSecurityException(Exception e, int vendorCode) JaloSecurityException(String message, int vendorCode) Constructor JaloSecurityException -
Method Summary
Methods inherited from class de.hybris.platform.jalo.JaloBusinessException
getErrorCode, getThrowable, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
JaloSecurityException
Constructor JaloSecurityException- Parameters:
message-vendorCode-
-
JaloSecurityException
-