Skip navigation links
oracle.iam.rm.temporal
Class TemporalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
oracle.iam.rm.common.LocalizedRuntimeException
oracle.iam.rm.temporal.TemporalException
- All Implemented Interfaces:
- java.io.Serializable
-
public class TemporalException
- extends oracle.iam.rm.common.LocalizedRuntimeException
Exception that occurs during interaction with the TemporalEngine and associated classes.
- See Also:
- Serialized Form
| Constructor Summary |
TemporalException(java.lang.String message)
Creates a TemporalEngine instance with a simple string message. |
TemporalException(java.lang.String message, java.lang.Throwable cause)
Creates a TemporalEngine instance with a string message and causing Throwable. |
| Methods inherited from class oracle.iam.rm.common.LocalizedRuntimeException |
getFormattable, getLocalizedMessage, getMessage |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TemporalException
public TemporalException(java.lang.String message)
- Creates a
TemporalEngine instance with a simple string message.
- Parameters:
message - the message for this exception
TemporalException
public TemporalException(java.lang.String message,
java.lang.Throwable cause)
- Creates a
TemporalEngine instance with a string message and causing Throwable.
- Parameters:
message - the message for this exception
cause - the causing Throwable
Skip navigation links
Copyright © 2007, 2008 Oracle. All Rights Reserved.