public class NoSuchContainerException extends TilesException
Constructor and Description |
---|
NoSuchContainerException()
Constructor.
|
NoSuchContainerException(Exception e)
Constructor.
|
NoSuchContainerException(String message)
Constructor.
|
NoSuchContainerException(String message,
Exception e)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NoSuchContainerException()
public NoSuchContainerException(String message)
message
- The detail message.public NoSuchContainerException(Exception e)
e
- The exception to be wrapped.Copyright © 2017. All rights reserved.