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.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getErrorPage()
Get the ErrorPage for the UserMappingException.
|
void |
setErrorPage(java.lang.String theErrorPage)
Set the ErrorPage for the UserMappingException.
|
public UserMappingException()
public UserMappingException(java.lang.String message)
message
- the String describing the exception.public void setErrorPage(java.lang.String theErrorPage)
theErrorPage
- the String URL for the error page.public java.lang.String getErrorPage()