|
||||||||||
| 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.bibalex.daf.entities.phase.PhaseActionException
public class PhaseActionException
An application exception that is thrown when a phase action fails while it is being performed.
| Constructor Summary | |
|---|---|
PhaseActionException()
Creates a new instance of PhaseActionException. |
|
PhaseActionException(java.lang.String message)
Creates a new instance of PhaseActionException. |
|
PhaseActionException(java.lang.String message,
java.lang.Exception innerException)
Creates a new instance of PhaseActionException. |
|
| 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 PhaseActionException()
public PhaseActionException(java.lang.String message)
message - A message describing the exception.
public PhaseActionException(java.lang.String message,
java.lang.Exception innerException)
message - A message describing the exception.innerException - The cause of this exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||