org.arch4j.clientcontroller
Class ValueNotFoundException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.arch4j.core.BaseApplicationException
|
+--org.arch4j.clientcontroller.StateMachineException
|
+--org.arch4j.clientcontroller.ValueNotFoundException
- All Implemented Interfaces:
- BaseException, Serializable
- public class ValueNotFoundException
- extends StateMachineException
- Version:
- 1.0
- Author:
- David Colwell
- See Also:
- Serialized Form
ValueNotFoundException
public ValueNotFoundException()
- Constructs a
ValueNotFoundException
with no specified
detail message or nested exception.
ValueNotFoundException
public ValueNotFoundException(String message)
- Constructs a
ValueNotFoundException
with the specified
detail message.
- Parameters:
message
- The detailed message.
ValueNotFoundException
public ValueNotFoundException(Throwable exception)
- Constructs a
ValueNotFoundException
with the specified
nested exception.
- Parameters:
exception
- The nested exception.
ValueNotFoundException
public ValueNotFoundException(String message,
Throwable exception)
- Constructs a
ValueNotFoundException
with the specified
detail message and nested exception.
- Parameters:
message
- The detailed message.exception
- The nested exception.
Copyright © 2000-2004 SpiderLogic, a service of Wipfli Ullrich Bertelson LLP.