|
|||||||||||
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.grants.apply.util.NestedException
gov.grants.apply.ws.ProcessorException
Field Summary |
Fields inherited from class java.lang.Exception |
|
Constructor Summary | |
ProcessorException(java.lang.String message)
Create a ProcessorException with an error message. |
|
ProcessorException(java.lang.String message,
java.lang.Throwable cause)
Create a ProcessorException with an error message and the original Throwable. |
|
ProcessorException(java.lang.Throwable cause)
Create a ProcessorException with the original Throwable. |
Methods inherited from class gov.grants.apply.util.NestedException |
getMessage, printStackTrace, printStackTrace, printStrackTrace, setCause, setMessage, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ProcessorException(java.lang.String message)
message
- The error messagepublic ProcessorException(java.lang.Throwable cause)
cause
- The original Throwable.public ProcessorException(java.lang.String message, java.lang.Throwable cause)
message
- The error message.cause
- The original Throwable.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |