Skip navigation links


oracle.iam.request.exception
Class NoBeneficiaryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.iam.exception.OIMServiceException
              extended by oracle.iam.request.exception.NoBeneficiaryException

All Implemented Interfaces:
java.io.Serializable

public class NoBeneficiaryException
extends OIMServiceException

This exception will be thrown if request model specifies that no beneficiaries are needed and user tries to add or remove beneficiaries

See Also:
Serialized Form

Constructor Summary
NoBeneficiaryException(java.lang.Exception e)
           
NoBeneficiaryException(java.lang.String string)
           
NoBeneficiaryException(java.lang.String string, java.lang.Exception cnfe)
           
NoBeneficiaryException(java.lang.String errorCode, java.lang.String errorMessage, java.io.Serializable[] errorParams)
           
NoBeneficiaryException(java.lang.String string, java.lang.Throwable cnfe)
           

 

Method Summary

 

Methods inherited from class oracle.iam.exception.OIMServiceException
addError, copyErrorInfo, getErrorCode, getErrorData, getErrorMessage, getErrors, getLocalizedMessage, hasMultipleErrors, setErrorCode, setErrorData, setErrorMessage, setErrors, toString

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

NoBeneficiaryException

public NoBeneficiaryException(java.lang.Exception e)

NoBeneficiaryException

public NoBeneficiaryException(java.lang.String string)

NoBeneficiaryException

public NoBeneficiaryException(java.lang.String string,
                              java.lang.Exception cnfe)

NoBeneficiaryException

public NoBeneficiaryException(java.lang.String errorCode,
                              java.lang.String errorMessage,
                              java.io.Serializable[] errorParams)

NoBeneficiaryException

public NoBeneficiaryException(java.lang.String string,
                              java.lang.Throwable cnfe)

Skip navigation links


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