ca.infoway.messagebuilder.transport
Class TransportLayerException

Package class diagram package TransportLayerException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ca.infoway.messagebuilder.transport.TransportLayerException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HttpTransportLayerException

public class TransportLayerException
extends RuntimeException

An exception for general problems encountered within the transport layers.

Author:
Intelliware Development sharpen.ignore - transport - TBD!
See Also:
Serialized Form

Constructor Summary
TransportLayerException()
          Constructs a basic transport exception.
TransportLayerException(String message)
          Constructs a transport exception with a message.
TransportLayerException(String message, Throwable cause)
          Constructs a transport exception with a message and a cause.
TransportLayerException(Throwable cause)
          Constructs a transport exception with a 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

TransportLayerException

public TransportLayerException()

Constructs a basic transport exception.


TransportLayerException

public TransportLayerException(String message,
                               Throwable cause)

Constructs a transport exception with a message and a cause.

Parameters:
message - the exception error message
cause - the root exception

TransportLayerException

public TransportLayerException(String message)

Constructs a transport exception with a message.

Parameters:
message - the exception error message

TransportLayerException

public TransportLayerException(Throwable cause)

Constructs a transport exception with a cause.

Parameters:
cause - the root exception


Copyright © 2013. All Rights Reserved.