|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException com.esri.gpt.framework.context.ApplicationRuntimeException
public class ApplicationRuntimeException
Super-class for application exceptions.
Constructor Summary | |
---|---|
ApplicationRuntimeException()
Default constructor. |
|
ApplicationRuntimeException(String msg)
Construct based upon an error message. |
|
ApplicationRuntimeException(String msg,
Throwable cause)
Construct based upon an error message and a cause. |
|
ApplicationRuntimeException(Throwable cause)
Construct based upon a cause. |
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 ApplicationRuntimeException()
public ApplicationRuntimeException(String msg)
msg
- the error messagepublic ApplicationRuntimeException(String msg, Throwable cause)
msg
- the error messagecause
- the causepublic ApplicationRuntimeException(Throwable cause)
cause
- the cause
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |