Class ValidatingServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.dlese.dpc.schemedit.threadedservices.ValidatingServiceException
- All Implemented Interfaces:
Serializable
Indicates an error occured in the ValidatingService occured.
- Author:
- ostwald
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs anExceptionwith no specified detail message.ValidatingServiceException(String message) Constructs anExceptionwith the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ValidatingServiceException
public ValidatingServiceException()Constructs anExceptionwith no specified detail message. -
ValidatingServiceException
Constructs anExceptionwith the specified detail message.- Parameters:
message- the detailed message.
-