Class EntityServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.digitalcollections.cudami.server.business.api.service.exceptions.CudamiServiceException
de.digitalcollections.cudami.server.business.api.service.exceptions.EntityServiceException
- All Implemented Interfaces:
java.io.Serializable
public class EntityServiceException extends CudamiServiceException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description EntityServiceException(java.lang.String message)EntityServiceException(java.lang.String message, java.lang.Throwable cause) -
Method Summary
-
Constructor Details
-
EntityServiceException
public EntityServiceException(java.lang.String message) -
EntityServiceException
public EntityServiceException(java.lang.String message, java.lang.Throwable cause)
-