public class ObjectNotSupportedException
extends java.lang.Exception
Constructor and Description |
---|
ObjectNotSupportedException()
Constructs an
Exception with no specified detail message. |
ObjectNotSupportedException(java.lang.String message)
Constructs an
Exception with the specified detail message. |
public ObjectNotSupportedException()
Exception
with no specified detail message.public ObjectNotSupportedException(java.lang.String message)
Exception
with the specified detail message.message
- the detailed message.