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