|
|||||||||
| Home >> All >> org >> jeteam >> bean >> [ config overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.jeteam.bean.config
Class PriorityException

java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.jeteam.util.exception.JeteamException
org.jeteam.bean.config.PriorityException
- All Implemented Interfaces:
- java.io.Serializable
- public class PriorityException
- extends org.jeteam.util.exception.JeteamException
This exception represents a business exception, the arguments passed to the constructor should be the i18n context message key, its associated parameters, and a Throwable instance that cause this exception (if any).
| Nested Class Summary |
| Nested classes inherited from class java.lang.Throwable |
|
| Field Summary |
| Fields inherited from class org.jeteam.util.exception.JeteamException |
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Constructor Summary | |
PriorityException(java.lang.String message)
Just providing the context message key. |
|
PriorityException(java.lang.String message,
java.lang.Object parameter)
Passing the context message key and an associated parameter. |
|
PriorityException(java.lang.String message,
java.lang.Object[] parameters)
Passing the context message key and the associated parameters. |
|
PriorityException(java.lang.String message,
java.lang.Object[] parameters,
java.lang.Throwable cause)
Default constructor: passing the context message key, the associated parameters and the cause of the exception. |
|
PriorityException(java.lang.String message,
java.lang.Object parameter,
java.lang.Throwable cause)
Passing the context message key, an associated parameter and the cause of the exception. |
|
PriorityException(java.lang.String message,
java.lang.Throwable cause)
Passing the context message key and the cause of the exception. |
|
| Methods inherited from class org.jeteam.util.exception.JeteamException |
getParameters |
| 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 |
| Constructor Detail |
PriorityException
public PriorityException(java.lang.String message)
- Just providing the context message key.
PriorityException
public PriorityException(java.lang.String message, java.lang.Throwable cause)
- Passing the context message key and the cause of the exception.
PriorityException
public PriorityException(java.lang.String message, java.lang.Object parameter)
- Passing the context message key and an associated parameter.
PriorityException
public PriorityException(java.lang.String message, java.lang.Object parameter, java.lang.Throwable cause)
- Passing the context message key, an associated parameter and the cause of the exception.
PriorityException
public PriorityException(java.lang.String message, java.lang.Object[] parameters)
- Passing the context message key and the associated parameters.
PriorityException
public PriorityException(java.lang.String message, java.lang.Object[] parameters, java.lang.Throwable cause)
- Default constructor: passing the context message key, the associated
parameters and the cause of the exception.
|
|||||||||
| Home >> All >> org >> jeteam >> bean >> [ config overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC