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