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