|
Sun Adapter for SNA LU62 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.ApplicationException
com.stc.connector.snalu62.exception.SNAApplicationException
public class SNAApplicationException
This is an exception class for SNA LU62 application.
| Field Summary | |
|---|---|
static java.lang.String |
version
|
| Constructor Summary | |
|---|---|
SNAApplicationException()
Constructs an instance of SNAApplicationException. |
|
SNAApplicationException(java.lang.Exception nestedException)
Constructs an instance of SNAApplicationException with the specified
nested exception. |
|
SNAApplicationException(java.lang.String msg)
Constructs an instance of SNAApplicationException
with the specified detail message. |
|
SNAApplicationException(java.lang.String msg,
java.lang.Exception nestedException)
Constructs an instance of SNAApplicationException with the specified
detail message and nested exception. |
|
| Method Summary | |
|---|---|
java.lang.Exception |
getNestedException()
Gets the nested exception. |
| 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 |
| Field Detail |
|---|
public static final java.lang.String version
| Constructor Detail |
|---|
public SNAApplicationException()
SNAApplicationException.
public SNAApplicationException(java.lang.String msg)
SNAApplicationException
with the specified detail message.
msg - the detail messagepublic SNAApplicationException(java.lang.Exception nestedException)
SNAApplicationException with the specified
nested exception.
nestedException - The nested exception
public SNAApplicationException(java.lang.String msg,
java.lang.Exception nestedException)
SNAApplicationException with the specified
detail message and nested exception.
msg - the detail messagenestedException - The nested exception| Method Detail |
|---|
public java.lang.Exception getNestedException()
SNANestedException
getNestedException in interface SNANestedExceptionSNANestedException.getNestedException()
|
Sun Adapter for SNA LU62 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||