org.plasma.common.exception
Class UserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.plasma.common.exception.PlasmaRuntimeException
                  extended by org.plasma.common.exception.UserException
All Implemented Interfaces:
Serializable

public class UserException
extends PlasmaRuntimeException

See Also:
Serialized Form

Field Summary
protected  String messageId
           
protected  Object[] params
           
protected  String severityId
           
protected  String typeId
           
 
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)
           
 
Method Summary
 String getMessageId()
           
 Object[] getParams()
           
 String getSeverityId()
           
 String getTypeId()
           
 boolean hasParams()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

severityId

protected String severityId

typeId

protected String typeId

messageId

protected String messageId

params

protected Object[] params
Constructor Detail

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)
Method Detail

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.