Package org.example.customerdao.utility
Class NonDeleteableRecordException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.example.customerdao.utility.NonDeleteableRecordException
- All Implemented Interfaces:
Serializable
The NonDeleteableRecordException class for the CustomerDAO.
- Version:
- 1.0
- Author:
- Jonathan Earl
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault Constructor.NonDeleteableRecordException(String message) Constructor.NonDeleteableRecordException(String message, Throwable cause) Throwable Constructor.Throwable Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NonDeleteableRecordException
public NonDeleteableRecordException()Default Constructor. Sets the message to "Unknown Service Error" -
NonDeleteableRecordException
Constructor.- Parameters:
message- the message to set- See Also:
-
NonDeleteableRecordException
Throwable Constructor.- Parameters:
message- the message to setcause- the inner exception- See Also:
-
NonDeleteableRecordException
Throwable Constructor.- Parameters:
cause- the inner exception- See Also:
-