|
Sun Adapter for COM/DCOM 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.com.ComApplicationException
public class ComApplicationException
The ComApplicationException is the exception type that can be thrown from methods on the COM AppConn interfaces.
| Constructor Summary | |
|---|---|
ComApplicationException(java.lang.String msg)
Constructor for the class. |
|
ComApplicationException(java.lang.String msg,
java.lang.Throwable initCause)
Constructor for the class. |
|
| Method Summary | |
|---|---|
java.lang.Throwable |
getCause()
Gets the cause. |
java.lang.String |
getMessage()
Gets the error message. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ComApplicationException(java.lang.String msg,
java.lang.Throwable initCause)
msg - This is the description message about what happened.initCause - This is the Throwable which caused the exception.
public ComApplicationException(java.lang.String msg)
msg - This is the description message about what happened.
| Method Detail |
|---|
public java.lang.String getMessage()
getMessage in class java.lang.ThrowableString - Returns the error message.
public java.lang.Throwable getCause()
getCause in class java.lang.ThrowableThrowable - Returns the cause.
|
Sun Adapter for COM/DCOM API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||