Sun Adapter Common API

com.stc.connector.appconn.common
Class ApplicationException

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

public class ApplicationException
extends java.lang.Exception

Base Exception class for an Applcation.

Version:
$Revision: 1.3 $
Author:
$Author: cmbuild $
See Also:
Serialized Form

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

Constructor Detail

ApplicationException

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


ApplicationException

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

Parameters:
msg - the detail message.

ApplicationException

public ApplicationException(java.lang.String msg,
                            java.lang.Throwable cause)
Constructs an instance of ApplicationException with the specified detail message.

Parameters:
msg - the detail message.
cause - the original cause.

Sun Adapter Common API