Skip navigation links 
 
oracle.iam.request.exception
Class RequestServiceException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
oracle.iam.request.exception.RequestServiceException
- All Implemented Interfaces:
 
- java.io.Serializable
 
- Direct Known Subclasses:
 
- AccessDeniedException
 
- 
public class RequestServiceException
 
- extends java.lang.Exception
 
This is generic exception that will be thrown mostly if an error occurs while performing DB operations
- 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 | 
 
 
RequestServiceException
public RequestServiceException(java.lang.Exception e)
RequestServiceException
public RequestServiceException(java.lang.String string)
RequestServiceException
public RequestServiceException(java.lang.String string,
                               java.lang.Exception cnfe)
RequestServiceException
public RequestServiceException(java.lang.String string,
                               java.lang.Throwable cnfe)
Skip navigation links 
 
Copyright © 2011, Oracle and/or its affiliates. All rights reserved.