JavaScript is disabled on your browser.
Oracle Business Rules Java API Reference 12c (12.1.3) E51477-01
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Method Summary
Methods
Modifier and Type
Method and Description
static MigrationException
create (java.lang.String id,
java.lang.Exception ex,
java.lang.String... tokens)
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Oracle Business Rules Java API Reference 12c (12.1.3) E51477-01
Copyright © 2006,2014 Oracle and/or its affiliates. All rights reserved.