Skip navigation links 
 
oracle.iam.platform.authopss.exception
Class InitializationErrorException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
oracle.iam.platform.authopss.exception.InitializationErrorException
- All Implemented Interfaces:
 
- java.io.Serializable
 
- 
public class InitializationErrorException
 
- extends java.lang.Exception
 
An exception class to signal the fatal error condition that the OIM Authorization layer could not be initialized. Clients should catch this exception and display a generic Internal Server Error message to end users. The cause of this exception is usually NOT an intermittent issue that can be resurrected on a retry.
- See Also:
 
- Serialized Form
 
 
  
 
 
| 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 | 
 
 
InitializationErrorException
public InitializationErrorException()
- Constructs a new exception with null as its detail message.
 
InitializationErrorException
public InitializationErrorException(java.lang.String message)
- Constructs a new exception with the specified detail message.
- Parameters:
 
message - the detail message 
 
InitializationErrorException
public InitializationErrorException(java.lang.String message,
                                    java.lang.Throwable cause)
- Constructs a new exception with the specified detail message and cause.
- Parameters:
 
message - the detail message 
cause - the cause 
 
InitializationErrorException
public InitializationErrorException(java.lang.Throwable cause)
- Constructs a new exception with the specified cause.
- Parameters:
 
cause - the cause 
 
Skip navigation links 
 
Copyright © 2015, Oracle and/or its affiliates. All rights reserved.