public class InvalidTemplateStateException
extends java.lang.Exception
| Constructor and Description |
|---|
InvalidTemplateStateException(java.lang.String message)
Constructs a new
InvalidTemplateStateException having the
designated message providing more information on the problem of the
template state causing this exception. |
public InvalidTemplateStateException(java.lang.String message)
InvalidTemplateStateException having the
designated message providing more information on the problem of the
template state causing this exception.message - A message providing more information on the problem of the
template state causing this exception.