Skip navigation links

Oracle Internet Directory API Reference
11g Release 1 (11.1.1)

E10664-01


oracle.ldap.util
Class MigrationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.ldap.util.MigrationException

All Implemented Interfaces:
java.io.Serializable

public class MigrationException
extends java.lang.Exception

An Object of this class will be thrown when a migration exception occurs

See Also:
Serialized Form

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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

MigrationException

public MigrationException()
Constructs a MigrationException with no detail message.

MigrationException

public MigrationException(java.lang.String s)
Constructs a MigrationException with the specified detail message.
Parameters:
s - the detail message.

MigrationException

public MigrationException(java.lang.String s,
                          int errorCode)
Constructs a MigrationException with the specified detail message and the error code.
Parameters:
s - the detail message.

Method Detail

getErrorCode

public int getErrorCode()
retruns the error code associated with this object. return int error code.

Skip navigation links

Oracle Internet Directory API Reference
11g Release 1 (11.1.1)

E10664-01


Copyright © 1999, 2009 Oracle. All Rights Reserved.