com.projectdarkstar.tools.dtc.exceptions
Class DTCNotFoundException

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.DTCNotFoundException
All Implemented Interfaces:
Serializable

public class DTCNotFoundException
extends DTCServiceException

Thrown whenever data is not found for a DTC service

See Also:
Serialized Form

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

DTCNotFoundException

public DTCNotFoundException(String message)

DTCNotFoundException

public DTCNotFoundException(String message,
                            Throwable cause)


Copyright © 2013. All Rights Reserved.