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.request.exception.NoBeneficiaryException

All Implemented Interfaces:
java.io.Serializable

public class NoBeneficiaryException
extends java.lang.Exception

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)
           

 

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

 

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)

Skip navigation links


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