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:
- java.io.Serializable
 
 public class MultipleEntriesFoundException extends WIMApplicationException vmm application exception to indicate to the caller that the multiple entries are found when only one entry is expected.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description MultipleEntriesFoundException()Creates the Multiple Entries Found ExceptionMultipleEntriesFoundException(java.lang.String key, java.lang.String message)Creates the Multiple Entries Found ExceptionMultipleEntriesFoundException(java.lang.String key, java.lang.String message, java.lang.Throwable cause)Creates the Multiple Entries Found ExceptionMultipleEntriesFoundException(java.lang.Throwable cause)Creates the Multiple Entries Found Exception
 - 
Method Summary- 
Methods inherited from class com.ibm.wsspi.security.wim.exception.WIMExceptiongetMessageKey
 
- 
 
- 
- 
- 
Constructor Detail- 
MultipleEntriesFoundExceptionpublic MultipleEntriesFoundException() Creates the Multiple Entries Found Exception
 - 
MultipleEntriesFoundExceptionpublic MultipleEntriesFoundException(java.lang.String key, java.lang.String message)Creates the Multiple Entries Found Exception- Parameters:
- message- The message or message key of the exception.
 
 - 
MultipleEntriesFoundExceptionpublic MultipleEntriesFoundException(java.lang.String key, java.lang.String message, java.lang.Throwable cause)Creates the Multiple Entries Found Exception- Parameters:
- message- The message or message key of the exception.
- cause- The cause of the exception.
 
 - 
MultipleEntriesFoundExceptionpublic MultipleEntriesFoundException(java.lang.Throwable cause) Creates the Multiple Entries Found Exception- Parameters:
- cause- The cause of the exception.
 
 
- 
 
-