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