|
Oracle® Application Server XML Java API Reference 10g Release 3 (10.1.3) B28238-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.xml.pipeline.controller.PipelineException
Represents an exception thrown by a pipeline method.
Constructor Summary | |
PipelineException(java.lang.Exception e) Create a new PipelineException |
|
PipelineException(java.lang.String msg) Create a new PipelineException |
Method Summary | |
java.lang.String |
getExceptionType() Get the type of the exception |
java.lang.String |
getProcessId() Get the Pipeline Process id where the exception is occuring |
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 PipelineException(java.lang.String msg)
msg
- error messagepublic PipelineException(java.lang.Exception e)
e
- exception embedded in the PipelineExceptionMethod Detail |
public java.lang.String getExceptionType()
public java.lang.String getProcessId()
|
Oracle® Application Server XML Java API Reference 10g Release 3 (10.1.3) B28238-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |