public class CannotInstantiateObjectException extends TilesException
| Constructor and Description |
|---|
CannotInstantiateObjectException()
Constructor.
|
CannotInstantiateObjectException(java.lang.Exception e)
Constructor.
|
CannotInstantiateObjectException(java.lang.String message)
Constructor.
|
CannotInstantiateObjectException(java.lang.String message,
java.lang.Exception e)
Constructor.
|
public CannotInstantiateObjectException()
public CannotInstantiateObjectException(java.lang.String message)
message - The detail message.public CannotInstantiateObjectException(java.lang.Exception e)
e - The exception to be wrapped.public CannotInstantiateObjectException(java.lang.String message,
java.lang.Exception e)
message - The detail message.e - The exception to be wrapped.