Package de.hybris.platform.persistence
Class EJBInvalidParameterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.jalo.JaloBusinessException
de.hybris.platform.persistence.EJBInvalidParameterException
- All Implemented Interfaces:
Serializable
Thrown to indicate that a invalid parameter was passed to a method.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEJBInvalidParameterException(Throwable throwable) EJBInvalidParameterException(Throwable throwable, String message, int vendorCode) -
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
-
EJBInvalidParameterException
-
EJBInvalidParameterException
-