Skip navigation links

Oracle Role Manager Java API Reference
10g (10.1.4)
E14613-01


oracle.iam.rm.temporal
Class TemporalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oracle.iam.rm.common.LocalizedRuntimeException
                  extended by 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.

 

Method Summary

 

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

 

Constructor Detail

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

Oracle Role Manager Java API Reference
10g (10.1.4)
E14613-01


Copyright © 2008, 2009 Oracle. All Rights Reserved.