Class EntityHasDescendantsException
- 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.EntityHasDescendantsException
 
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class EntityHasDescendantsException extends WIMApplicationException - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description EntityHasDescendantsException()EntityHasDescendantsException(java.lang.String key, java.lang.String message)EntityHasDescendantsException(java.lang.String key, java.lang.String message, java.lang.Throwable cause)EntityHasDescendantsException(java.lang.Throwable cause)
 - 
Method Summary- 
Methods inherited from class com.ibm.wsspi.security.wim.exception.WIMExceptiongetMessageKey
 
- 
 
- 
- 
- 
Constructor Detail- 
EntityHasDescendantsExceptionpublic EntityHasDescendantsException() 
 - 
EntityHasDescendantsExceptionpublic EntityHasDescendantsException(java.lang.String key, java.lang.String message)- Parameters:
- message-
 
 - 
EntityHasDescendantsExceptionpublic EntityHasDescendantsException(java.lang.Throwable cause) - Parameters:
- cause-
 
 - 
EntityHasDescendantsExceptionpublic EntityHasDescendantsException(java.lang.String key, java.lang.String message, java.lang.Throwable cause)- Parameters:
- message-
- cause-
 
 
- 
 
-