|
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.comadapter.taskprocessor.ProcessorException
com.stc.connector.comadapter.taskprocessor.TaskException
public class TaskException
| Constructor Summary | |
|---|---|
TaskException(java.lang.String msg)
|
|
TaskException(java.lang.String msg,
java.lang.Throwable initCause)
|
|
| Method Summary |
|---|
| Methods inherited from class com.stc.connector.comadapter.taskprocessor.ProcessorException |
|---|
getCause, getMessage |
| 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 TaskException(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 TaskException(java.lang.String msg)
msg - This is the description message about what happened.
|
Sun Adapter for COM/DCOM API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||