public class DistributedUserMappingFailedException
extends com.ibm.websphere.security.WSSecurityException
Constructor and Description |
---|
DistributedUserMappingFailedException()
Create a new DistributedUserMappingFailedException with an empty description string.
|
DistributedUserMappingFailedException(java.lang.String message)
Create a new DistributedUserMappingFailedException with the associated string description.
|
DistributedUserMappingFailedException(java.lang.String message,
java.lang.Throwable t)
Create a new DistributedUserMappingFailedException with the string description and Throwable root cause.
|
DistributedUserMappingFailedException(java.lang.Throwable t)
Create a new DistributedUserMappingFailedException with the Throwable root cause.
|
addException, getCause, getExceptions, printStackTrace, printStackTrace, printStackTrace
public DistributedUserMappingFailedException()
public DistributedUserMappingFailedException(java.lang.String message)
message
- the String describing the exception.public DistributedUserMappingFailedException(java.lang.Throwable t)
t
- the Throwable root cause.public DistributedUserMappingFailedException(java.lang.String message, java.lang.Throwable t)
message
- the String describing the exception.t
- the Throwable root cause.