Class ValidatingServiceException

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

public class ValidatingServiceException extends Exception
Indicates an error occured in the ValidatingService occured.
Author:
ostwald
See Also:
  • Constructor Details

    • ValidatingServiceException

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

      public ValidatingServiceException(String message)
      Constructs an Exception with the specified detail message.
      Parameters:
      message - the detailed message.