Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Business Rules
11g Release 1 (11.1.1)

E10663-02


oracle.rules.tools.migrator
Class MigrationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.rules.tools.migrator.MigrationException

All Implemented Interfaces:
java.io.Serializable

public class MigrationException
extends java.lang.Exception

This exception will contain the root cause exception generated by the oracle.rules.sdk or oracle.rules.sdk2 packages. That caused the migration to fail.

See Also:
Serialized Form

Constructor Summary
MigrationException(java.lang.String msg)
           
MigrationException(java.lang.String msg, java.lang.Exception e)
           

 

Method Summary
static MigrationException create(java.lang.String id, java.lang.Exception ex, java.lang.String... tokens)
           

 

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

MigrationException

public MigrationException(java.lang.String msg)

MigrationException

public MigrationException(java.lang.String msg,
                          java.lang.Exception e)

Method Detail

create

public static MigrationException create(java.lang.String id,
                                        java.lang.Exception ex,
                                        java.lang.String... tokens)

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Business Rules
11g Release 1 (11.1.1)

E10663-02


Copyright © 2009, Oracle and/or its affiliates. All rights reserved.