|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
it.imolinfo.jbi4ejb.exception.Jbi4EjbException
public class Jbi4EjbException
The default exception used within the component.
| Constructor Summary | |
|---|---|
Jbi4EjbException(java.lang.String message)
A constructor. |
|
Jbi4EjbException(java.lang.String message,
java.lang.Object[] args)
A constructor with i18n support. |
|
Jbi4EjbException(java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable cause)
A constructor with i18n support. |
|
Jbi4EjbException(java.lang.String message,
java.lang.Throwable cause)
A constructor. |
|
Jbi4EjbException(java.lang.Throwable cause)
A constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getLocalizedMessage()
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, 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 |
|---|
public Jbi4EjbException(java.lang.String message)
message - The message of the exception.
public Jbi4EjbException(java.lang.String message,
java.lang.Throwable cause)
message - The message of the exception.cause - The cause of the exception.public Jbi4EjbException(java.lang.Throwable cause)
cause - The cause of the exception.
public Jbi4EjbException(java.lang.String message,
java.lang.Object[] args)
message - The message of the exception.args - The MessageFormat arguments.
public Jbi4EjbException(java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable cause)
message - The message of the exception.args - The MessageFormat arguments.cause - The cause of the exception.| Method Detail |
|---|
public java.lang.String getLocalizedMessage()
getLocalizedMessage in class java.lang.Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||