|
|||||||||||
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.commons.lang.exception.NestableException
org.apache.turbine.util.TurbineException
org.apache.turbine.services.intake.IntakeException
Base exception thrown by the Intake service.
Field Summary |
Fields inherited from class org.apache.commons.lang.exception.NestableException |
delegate |
Constructor Summary | |
IntakeException()
Constructs a new TurbineException without specified
detail message. |
|
IntakeException(java.lang.String msg)
Constructs a new TurbineException with specified
detail message. |
|
IntakeException(java.lang.String msg,
java.lang.Throwable nested)
Constructs a new TurbineException with specified
detail message and nested Throwable . |
|
IntakeException(java.lang.Throwable nested)
Constructs a new TurbineException with specified
nested Throwable . |
Methods inherited from class org.apache.commons.lang.exception.NestableException |
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public IntakeException()
TurbineException
without specified
detail message.
public IntakeException(java.lang.String msg)
TurbineException
with specified
detail message.
msg
- The error message.public IntakeException(java.lang.Throwable nested)
TurbineException
with specified
nested Throwable
.
nested
- The exception or error that caused this exception
to be thrown.public IntakeException(java.lang.String msg, java.lang.Throwable nested)
TurbineException
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 |