|
Oracle® Database XStream Java API Reference 11g Release 2 (11.2) E16674-02 |
|||||||
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.streams.StreamsException
public class StreamsException
The StreamsException class provides information about Oracle Streams errors. Each StreamsException may have the following information:
Constructor Summary | |
---|---|
StreamsException(java.lang.String message) Constructs a StreamsException object with message only. |
|
StreamsException(java.lang.String message, int errorCode) Constructs a StreamsException object with message and error code. |
|
StreamsException(java.lang.String message, java.lang.Throwable cause) Constructs a StreamsException object with message and cause. |
Method Summary | |
---|---|
int |
getErrorCode() Gets the Oracle-specific error code. |
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 |
Constructor Detail |
---|
public StreamsException(java.lang.String message)
message
- A string describing the error.public StreamsException(java.lang.String message, int errorCode)
message
- A string describing the error.errorCode
- An integer error code.public StreamsException(java.lang.String message, java.lang.Throwable cause)
message
- A string describing the error.cause
- The cause of this StreamsException.Method Detail |
---|
public int getErrorCode()
|
Oracle® Database XStream Java API Reference 11g Release 2 (11.2) E16674-02 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |