Package org.apache.tiles.request.reflect
Class CannotInstantiateObjectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.tiles.request.RequestException
org.apache.tiles.request.reflect.CannotInstantiateObjectException
- All Implemented Interfaces:
Serializable
Indicates that an object cannot be instantiated.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CannotInstantiateObjectException
Constructor.- Parameters:
message
- The detail message.e
- The exception to be wrapped.
-