public class TextIdNotFoundException extends NotFoundException
| コンストラクタと説明 |
|---|
TextIdNotFoundException()
Creates a new instance of
TextIdNotFoundException without detail message. |
TextIdNotFoundException(java.lang.String msg)
Constructs an instance of
TextIdNotFoundException with the specified detail message. |
public TextIdNotFoundException()
TextIdNotFoundException without detail message.public TextIdNotFoundException(java.lang.String msg)
TextIdNotFoundException with the specified detail message.msg - the detail message.