com.projectdarkstar.tools.dtc.exceptions
Class DTCServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.projectdarkstar.tools.dtc.exceptions.DTCServiceException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DTCInvalidDataException, DTCNotFoundException

public class DTCServiceException
extends Exception

A generic exception type that should be thrown whenever there is a business logic error or data validation error related to processing data sent to a DTC service

See Also:
Serialized Form

Constructor Summary
DTCServiceException()
           
DTCServiceException(String message)
           
DTCServiceException(String message, Throwable cause)
           
DTCServiceException(Throwable cause)
           
 
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

DTCServiceException

public DTCServiceException()

DTCServiceException

public DTCServiceException(String message)

DTCServiceException

public DTCServiceException(String message,
                           Throwable cause)

DTCServiceException

public DTCServiceException(Throwable cause)


Copyright © 2013. All Rights Reserved.