public class UnsupportedOperationException extends OLAPIRuntimeException
Constructor and Description |
---|
UnsupportedOperationException()
Creates an
UnsupportedOperationException . |
UnsupportedOperationException(java.lang.String message)
Creates an
UnsupportedOperationException with the specified message. |
getLocalizedMessage, getLocalizedMessage, getParameters, toString
public UnsupportedOperationException()
UnsupportedOperationException
.public UnsupportedOperationException(java.lang.String message)
UnsupportedOperationException
with the specified message.message
- The message to associate with the exception.