org.plasma.common.exception
Class UserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.plasma.common.exception.PlasmaRuntimeException
org.plasma.common.exception.UserException
- All Implemented Interfaces:
- Serializable
public class UserException
- extends PlasmaRuntimeException
- See Also:
- Serialized Form
|
Constructor Summary |
UserException(String severityId,
String typeId,
String messageId)
|
UserException(String severityId,
String typeId,
String messageId,
Object[] params)
|
UserException(String severityId,
String typeId,
String messageId,
Object[] params,
String defaultErrorText)
|
UserException(String severityId,
String typeId,
String messageId,
String defaultErrorText)
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
severityId
protected String severityId
typeId
protected String typeId
messageId
protected String messageId
params
protected Object[] params
UserException
public UserException(String severityId,
String typeId,
String messageId)
UserException
public UserException(String severityId,
String typeId,
String messageId,
String defaultErrorText)
UserException
public UserException(String severityId,
String typeId,
String messageId,
Object[] params)
UserException
public UserException(String severityId,
String typeId,
String messageId,
Object[] params,
String defaultErrorText)
getSeverityId
public String getSeverityId()
getTypeId
public String getTypeId()
getMessageId
public String getMessageId()
getParams
public Object[] getParams()
hasParams
public boolean hasParams()
Copyright © 2013. All rights reserved.