Class MultipleEntriesFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.wsspi.security.wim.exception.WIMException
com.ibm.wsspi.security.wim.exception.WIMApplicationException
com.ibm.wsspi.security.wim.exception.MultipleEntriesFoundException
- All Implemented Interfaces:
- Serializable
vmm application exception to indicate to the caller that the multiple entries are found when only one entry is expected.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionCreates the Multiple Entries Found ExceptionMultipleEntriesFoundException(String key, String message) Creates the Multiple Entries Found ExceptionMultipleEntriesFoundException(String key, String message, Throwable cause) Creates the Multiple Entries Found ExceptionCreates the Multiple Entries Found Exception
- 
Method SummaryMethods inherited from class com.ibm.wsspi.security.wim.exception.WIMExceptiongetMessageKeyMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
MultipleEntriesFoundExceptionpublic MultipleEntriesFoundException()Creates the Multiple Entries Found Exception
- 
MultipleEntriesFoundExceptionCreates the Multiple Entries Found Exception- Parameters:
- message- The message or message key of the exception.
 
- 
MultipleEntriesFoundExceptionCreates the Multiple Entries Found Exception- Parameters:
- message- The message or message key of the exception.
- cause- The cause of the exception.
 
- 
MultipleEntriesFoundExceptionCreates the Multiple Entries Found Exception- Parameters:
- cause- The cause of the exception.
 
 
-