|
Sun Adapter Common API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.stc.connector.appconn.common.ApplicationConnectionException
public class ApplicationConnectionException
Exception class for Applcation Connection.
| Constructor Summary | |
|---|---|
ApplicationConnectionException()
Creates a new instance of ApplicationConnectionException
without detail message. |
|
ApplicationConnectionException(java.lang.String msg)
Constructs an instance of ApplicationConnectionException
with the specified detail message. |
|
ApplicationConnectionException(java.lang.String msg,
java.lang.Throwable aCause)
Constructs an instance of ApplicationConnectionException
with the specified detail message and 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 |
|---|
public ApplicationConnectionException()
ApplicationConnectionException
without detail message.
public ApplicationConnectionException(java.lang.String msg)
ApplicationConnectionException
with the specified detail message.
msg - the detail message.
public ApplicationConnectionException(java.lang.String msg,
java.lang.Throwable aCause)
ApplicationConnectionException
with the specified detail message and a cause
msg - the detail messageaCause - Throwable that caused the this exception
|
Sun Adapter Common API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||