java.io.Serializable
public class NoSuchContainerException extends TilesException
Constructor | Description |
---|---|
NoSuchContainerException() |
Constructor.
|
NoSuchContainerException(java.lang.String message) |
Constructor.
|
NoSuchContainerException(java.lang.String message,
java.lang.Throwable e) |
Constructor.
|
NoSuchContainerException(java.lang.Throwable e) |
Constructor.
|
public NoSuchContainerException()
public NoSuchContainerException(java.lang.String message)
message
- The detail message.public NoSuchContainerException(java.lang.Throwable e)
e
- The exception to be wrapped.public NoSuchContainerException(java.lang.String message, java.lang.Throwable e)
message
- The detail message.e
- The exception to be wrapped.Copyright © 2018. All rights reserved.