Class CustomServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
it.uniroma2.art.semanticturkey.customservice.CustomServiceException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DuplicateIdException,DuplicateName
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCustomServiceException(String message) CustomServiceException(String message, Throwable cause) CustomServiceException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) CustomServiceException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CustomServiceException
public CustomServiceException() -
CustomServiceException
public CustomServiceException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) - Parameters:
message-cause-enableSuppression-writableStackTrace-
-
CustomServiceException
- Parameters:
message-cause-
-
CustomServiceException
- Parameters:
message-
-
CustomServiceException
- Parameters:
cause-
-