|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Error
org.apache.fulcrum.intake.IntakeError
public class IntakeError
Base exception thrown by the Intake service.
Constructor Summary | |
---|---|
IntakeError()
Constructs a new IntakeError without specified
detail message. |
|
IntakeError(String msg)
Constructs a new IntakeError with specified
detail message. |
|
IntakeError(String msg,
Throwable nested)
Constructs a new IntakeError with specified
detail message and nested Throwable . |
|
IntakeError(Throwable nested)
Constructs a new IntakeError with specified
nested Throwable . |
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 IntakeError()
IntakeError
without specified
detail message.
public IntakeError(String msg)
IntakeError
with specified
detail message.
msg
- The error message.public IntakeError(Throwable nested)
IntakeError
with specified
nested Throwable
.
nested
- The exception or error that caused this exception
to be thrown.public IntakeError(String msg, Throwable nested)
IntakeError
with specified
detail message and nested Throwable
.
msg
- The error message.nested
- The exception or error that caused this exception
to be thrown.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |