public class OperationNotSupportedException extends IDSException
IDSException.PwdPolicyCode| Constructor and Description |
|---|
OperationNotSupportedException() |
OperationNotSupportedException(java.lang.String msg) |
OperationNotSupportedException(java.lang.String msg, java.lang.Throwable cause) |
OperationNotSupportedException(java.lang.Throwable cause) |
getAdditionalInfo, getErrorCode, setAdditionalInfo, setErrorCode, toStringpublic OperationNotSupportedException()
Exception.Exception()public OperationNotSupportedException(java.lang.String msg)
Exception.Exception(java.lang.String)public OperationNotSupportedException(java.lang.Throwable cause)
Exception.Exception(java.lang.Throwable)public OperationNotSupportedException(java.lang.String msg,
java.lang.Throwable cause)
Exception.Exception(java.lang.String, java.lang.Throwable)