com.projectdarkstar.tools.dtc.exceptions
Class DTCInvalidDataException

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

public class DTCInvalidDataException
extends DTCServiceException

Thrown whenever data validation occurs for a DTC service

See Also:
Serialized Form

Constructor Summary
DTCInvalidDataException(String message)
           
DTCInvalidDataException(String message, 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

DTCInvalidDataException

public DTCInvalidDataException(String message)

DTCInvalidDataException

public DTCInvalidDataException(String message,
                               Throwable cause)


Copyright © 2013. All Rights Reserved.