Class EJBTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.hybris.platform.jalo.JaloBusinessException
-
- de.hybris.platform.persistence.type.EJBTypeException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
EJBAbstractTypeException,EJBDuplicateCodeException,EJBDuplicateQualifierException
public abstract class EJBTypeException extends JaloBusinessException
abstract superclass for type-specific business exceptions- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EJBTypeException(java.lang.Exception nested, java.lang.String message, int vendorCode)
-
Method Summary
-
Methods inherited from class de.hybris.platform.jalo.JaloBusinessException
getErrorCode, getThrowable, toString
-
-