|
Oracle® Database XML Java API Reference 11g Release 2 (11.2) E10769-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.xml.pipeline.controller.PipelineException
public class 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 PipelineException| Method Detail |
|---|
public java.lang.String getExceptionType()
public java.lang.String getProcessId()
|
Oracle® Database XML Java API Reference 11g Release 2 (11.2) E10769-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||