Class ObjectAccessException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.hybris.cockpitng.dataaccess.facades.object.exceptions.ObjectAccessException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ObjectCloningException,ObjectCreationException,ObjectDeletionException,ObjectNotFoundException,ObjectSavingException
public class ObjectAccessException extends java.lang.ExceptionThrown if something went wrong with accessing objects.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ObjectAccessException(java.lang.String msg, java.lang.Throwable cause)
-