Sun Adapter for HTTP API

com.stc.connector.appconn.http
Class HTTPApplicationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.stc.connector.appconn.common.ApplicationException
              extended by com.stc.connector.appconn.http.HTTPApplicationException
All Implemented Interfaces:
java.io.Serializable

public class HTTPApplicationException
extends com.stc.connector.appconn.common.ApplicationException

Exception class for HTTP application.

Version:
$Revision: 1.1 $
See Also:
Serialized Form

Constructor Summary
HTTPApplicationException()
          Creates a new instance of HttpApplicationException without detail message.
HTTPApplicationException(java.lang.String msg)
          Constructs an instance of HttpApplicationException with the specified detail message.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HTTPApplicationException

public HTTPApplicationException()
Creates a new instance of HttpApplicationException without detail message.


HTTPApplicationException

public HTTPApplicationException(java.lang.String msg)
Constructs an instance of HttpApplicationException with the specified detail message.

Parameters:
msg - the detail message.

Sun Adapter for HTTP API

Copyright © 2008 Sun Microsystems, Inc. All Rights Reserved.