public class UserMappingException
extends java.lang.Exception
Constructor and Description |
---|
UserMappingException()
Create a new UserMappingException with an empty description string.
|
UserMappingException(java.lang.String message)
Create a new UserMappingException with the associated string description.
|
public UserMappingException()
public UserMappingException(java.lang.String message)
message
- the String describing the exception.