|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--gov.grants.apply.util.NestedException | +--gov.grants.apply.ws.ProcessorException
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, getLocalizedMessage, printStackTrace |
Methods inherited from class java.lang.Object |
|
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: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |