public class FieldProtectedException extends ScreenException
Constructor and Description |
---|
FieldProtectedException()
Constructs a
FieldProtectedException with
no detail message. |
FieldProtectedException(java.lang.String s)
Constructs a
FieldProtectedException with
the specified detail message. |
public FieldProtectedException()
FieldProtectedException
with
no detail message.public FieldProtectedException(java.lang.String s)
FieldProtectedException
with
the specified detail message.s
- The detail message.