|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
gov.nih.nci.system.applicationservice.ApplicationException
public class ApplicationException
This exception is thrown by all the methods of the ApplicationService
interface. This exception contains the actual error or the error message of
the business error that occured during processing the request.
Constructor Summary | |
---|---|
ApplicationException()
Default constructor. |
|
ApplicationException(java.lang.String message)
Constructs the ApplicationException object with the passed message |
|
ApplicationException(java.lang.String message,
java.lang.Throwable cause)
Constructs the ApplicationException object with the passed message. |
|
ApplicationException(java.lang.Throwable cause)
Constructs the ApplicationException object storing the actual
exception that occured |
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 ApplicationException()
public ApplicationException(java.lang.String message)
ApplicationException
object with the passed message
message
- The message which is describes the exception causedpublic ApplicationException(java.lang.String message, java.lang.Throwable cause)
ApplicationException
object with the passed message.
It also stores the actual exception that occured
message
- The message which is describes the exception causedcause
- The actual exception that occuredpublic ApplicationException(java.lang.Throwable cause)
ApplicationException
object storing the actual
exception that occured
cause
- The actual exception that occured
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |