Class ExportingServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.dlese.dpc.schemedit.threadedservices.ExportingServiceException
- All Implemented Interfaces:
Serializable
Indicates an error occured in the ExportingService occured.
- Author:
- ostwald
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs anExceptionwith no specified detail message.ExportingServiceException(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
-
ExportingServiceException
public ExportingServiceException()Constructs anExceptionwith no specified detail message. -
ExportingServiceException
Constructs anExceptionwith the specified detail message.- Parameters:
message- the detailed message.
-