|
ILOG JRules | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
ilog.rules.teamserver.model.IlrApplicationException
public abstract class IlrApplicationException
Root exception class for business exceptions happening on the server when using the client API (this API).
| Constructor Summary | |
|---|---|
IlrApplicationException()
Constructs a new IlrApplicationException. |
|
IlrApplicationException(String s)
Constructs a new IlrApplicationException. |
|
IlrApplicationException(String s,
Throwable cause)
Constructs a new IlrApplicationException. |
|
IlrApplicationException(Throwable cause)
Constructs a new IlrApplicationException. |
|
| Method Summary | |
|---|---|
String |
getMessage()
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, 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 IlrApplicationException()
IlrApplicationException.
public IlrApplicationException(String s)
IlrApplicationException.
s - The message of the exception.
public IlrApplicationException(String s,
Throwable cause)
IlrApplicationException.
s - The message of the exception.cause - The cause.public IlrApplicationException(Throwable cause)
IlrApplicationException.
cause - The cause.| Method Detail |
|---|
public String getMessage()
getMessage in class Throwable
|
ILOG JRules | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||