com.adventnet.management.transport
Class TransportException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.adventnet.management.transport.TransportException
All Implemented Interfaces:
java.io.Serializable

public class TransportException
extends java.lang.Exception

Exception thrown when an Error occurs in the Tranport Provider Classes

See Also:
Serialized Form

Constructor Summary
TransportException()
          Constructs an TransportExceptionwith no detail message.
TransportException(java.lang.String str)
          Constructs an TransportExceptionwith the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TransportException

public TransportException()
Constructs an TransportExceptionwith no detail message. A detail message is a String that describes this particular exception.

TransportException

public TransportException(java.lang.String str)
Constructs an TransportExceptionwith the specified detail message. A detail message is a String that describes this particular exception.
Parameters:
s - the detail message


Copyright (c)AdventNet Inc., 1996-2004