DLESE Tools
v1.6.0

org.dlese.dpc.schemedit.threadedservices
Class ExportingServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.dlese.dpc.schemedit.threadedservices.ExportingServiceException
All Implemented Interfaces:
Serializable

public class ExportingServiceException
extends Exception

Indicates an error occured in the ExportingService occured.

Author:
ostwald
See Also:
ExportingService, Serialized Form

Constructor Summary
ExportingServiceException()
          Constructs an Exception with no specified detail message.
ExportingServiceException(String message)
          Constructs an Exception with the specified detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExportingServiceException

public ExportingServiceException()
Constructs an Exception with no specified detail message.


ExportingServiceException

public ExportingServiceException(String message)
Constructs an Exception with the specified detail message.

Parameters:
message - the detailed message.

DLESE Tools
v1.6.0