|
Oracle Internet Directory API Reference 10g(9.0.4) B10423-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.ldap.util.MigrationException
An Object of this class will be thrown when a migration exception occurs
Constructor Summary | |
MigrationException() Constructs a MigrationException with no detail message. | |
MigrationException(java.lang.String s) Constructs a MigrationException with the specified detail message. | |
MigrationException(java.lang.String s, int errorCode) Constructs a MigrationException with the specified detail message and the error code. |
Method Summary | |
int |
getErrorCode() retruns the error code associated with this object. |
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 MigrationException()
MigrationException
with no detail message.public MigrationException(java.lang.String s)
MigrationException
with the specified detail message.s
- the detail message.public MigrationException(java.lang.String s, int errorCode)
MigrationException
with the specified detail message and the error code.s
- the detail message.Method Detail |
public int getErrorCode()
|
Oracle Internet Directory API Reference 10g(9.0.4) B10423-01 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |