EPP RTK
for Java v 0.7.2

com.tucows.oxrs.epp0503.rtk.transport
Class EPPTransportException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.tucows.oxrs.epp0503.rtk.transport.EPPTransportException
All Implemented Interfaces:
java.io.Serializable

public class EPPTransportException
extends java.lang.Exception

This class groups all exceptions having to do with the instantiation of transports in EPPClient, such a ClassNotFoundException, InstantiationException, etc...

See Also:
Serialized Form

Constructor Summary
EPPTransportException(java.lang.String message)
          Basic construction for exceptions with messages.
 
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

EPPTransportException

public EPPTransportException(java.lang.String message)
Basic construction for exceptions with messages.


EPP RTK
for Java v 0.7.2

Copyright ? 2001-2002 - Tucows, Inc., 2003 - LibertyRMS