Skip navigation links


oracle.iam.platform.authz.exception
Class PolicyStoreConnectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oracle.iam.platform.authz.exception.PolicyStoreConnectionException

All Implemented Interfaces:
java.io.Serializable

public class PolicyStoreConnectionException
extends java.lang.RuntimeException

Declares an exception thrown when the PolicyStore is in a disconnected state. Clients should not catch this exception and retry immediately. Instead the user should be informed of the error condition with a generic internal server error message. This condition should recover automatically after a while.

See Also:
Serialized Form

Field Summary
static java.lang.String DEFAULT_MESSAGE
          Default message to be displayed when a message is not provided.

 

Constructor Summary
PolicyStoreConnectionException(java.lang.String message)
          Constructs a PolicyStoreConnectionException with the specified detail message
PolicyStoreConnectionException(java.lang.String message, java.lang.Throwable cause)
          Constructs a PolicyStoreConnectionException with the specified detail message and cause
PolicyStoreConnectionException(java.lang.Throwable cause)
          Constructs a PolicyStoreConnectionException with the specified cause

 

Method Summary

 

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

 

Field Detail

DEFAULT_MESSAGE

public static final java.lang.String DEFAULT_MESSAGE
Default message to be displayed when a message is not provided.
See Also:
Constant Field Values

Constructor Detail

PolicyStoreConnectionException

public PolicyStoreConnectionException(java.lang.Throwable cause)
Constructs a PolicyStoreConnectionException with the specified cause
Parameters:
cause - the cause

PolicyStoreConnectionException

public PolicyStoreConnectionException(java.lang.String message,
                                      java.lang.Throwable cause)
Constructs a PolicyStoreConnectionException with the specified detail message and cause
Parameters:
message - the detail message
cause - the cause

PolicyStoreConnectionException

public PolicyStoreConnectionException(java.lang.String message)
Constructs a PolicyStoreConnectionException with the specified detail message
Parameters:
message - the detail message

Skip navigation links


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