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