Oracle Fusion Middleware
Oracle WebLogic Server 10.3.1 MBean API Reference
11g Release 1 (10.3.1)

Part Number E13945-02

weblogic.management.runtime
Class MigrationException

java.lang.Object
  extended by NestedException
      extended by weblogic.management.runtime.MigrationException

public final class MigrationException
extends NestedException


Constructor Summary
MigrationException(String message)
          Constructor for the MigrationException object
MigrationException(String message, Throwable t)
          Constructor for the MigrationException object
MigrationException(Throwable t)
          Constructor for the MigrationException object
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MigrationException

public MigrationException(String message,
                          Throwable t)
Constructor for the MigrationException object

Parameters:
message -
t -

MigrationException

public MigrationException(Throwable t)
Constructor for the MigrationException object

Parameters:
t -

MigrationException

public MigrationException(String message)
Constructor for the MigrationException object

Parameters:
message -

Documentation is available at
http://download.oracle.com/docs/cd/E12839_01/web.1111/wls.htm
Copyright 1996, 2009, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server 10.3.1 MBean API Reference
11g Release 1 (10.3.1)

Part Number E13945-02