Class OperationNotSupportedException

All Implemented Interfaces:
Serializable

public class OperationNotSupportedException extends ProfileException
If a Profile Service provider does not support a particular API method, it should throw this exception.
Author:
Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved.
See Also:
  • Constructor Details

    • OperationNotSupportedException

      public OperationNotSupportedException(String message)
    • OperationNotSupportedException

      public OperationNotSupportedException(String message, Throwable t)