ca.infoway.messagebuilder.transport
Class HttpTransportLayerException

Package class diagram package HttpTransportLayerException
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
                  extended by ca.infoway.messagebuilder.transport.HttpTransportLayerException
All Implemented Interfaces:
Serializable

public class HttpTransportLayerException
extends TransportLayerException

An exception for http problems encountered within the transport layers.

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

Constructor Summary
HttpTransportLayerException(int statusCode)
          Constructs an http transport layer exception based on the http status code.
 
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

HttpTransportLayerException

public HttpTransportLayerException(int statusCode)

Constructs an http transport layer exception based on the http status code.

Parameters:
statusCode - the statusCode of the http error


Copyright © 2013. All Rights Reserved.