Class ExportingServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
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:
  • Constructor Details

    • 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.