|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.objectweb.jonas_lib.genbase.GenBaseException
public class GenBaseException
This class represents the exception that can be throwned by the ClientStubGen tool.
| Constructor Summary | |
|---|---|
GenBaseException()
Constructs a GenBaseException with no specified detail message. |
|
GenBaseException(java.lang.Exception inner)
Constructs an GenBaseException with the specified detail message. |
|
GenBaseException(java.lang.String msg)
Constructs an GenBaseException with the specified detail message. |
|
GenBaseException(java.lang.String msg,
java.lang.Exception inner)
Constructs an GenBaseException with the specified detail message. |
|
| Method Summary |
|---|
| 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 |
|---|
public GenBaseException()
public GenBaseException(java.lang.String msg)
msg - Error messagepublic GenBaseException(java.lang.Exception inner)
inner - Cause Exception to wrap
public GenBaseException(java.lang.String msg,
java.lang.Exception inner)
msg - Error messageinner - Cause Exception to wrap
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||