Skip navigation links


oracle.iam.request.exception
Class InvalidBeneficiaryTypeException

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

All Implemented Interfaces:
java.io.Serializable

public class InvalidBeneficiaryTypeException
extends java.lang.Exception

This exception will be thrown if the beneficiary type specified in request model and beneficiary type user provides to add or delete beneficiary doesnt match

See Also:
Serialized Form

Constructor Summary
InvalidBeneficiaryTypeException(java.lang.Exception e)
           
InvalidBeneficiaryTypeException(java.lang.String string)
           
InvalidBeneficiaryTypeException(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

InvalidBeneficiaryTypeException

public InvalidBeneficiaryTypeException(java.lang.Exception e)

InvalidBeneficiaryTypeException

public InvalidBeneficiaryTypeException(java.lang.String string)

InvalidBeneficiaryTypeException

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

Skip navigation links


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