com.projectdarkstar.tools.dtc.exceptions
Class DTCServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.