Class NotImplementedException

All Implemented Interfaces:
Serializable

public class NotImplementedException extends IdentityStoreException
An IdentityStoreException that should be thrown when an Identity Store Provisioner operation cannot be completed because the operation has not been implemented.
Since:
7.1
See Also:
  • Constructor Details

    • NotImplementedException

      public NotImplementedException(String message)
      Constructs a NotImplementedException with the specified detail message.
    • NotImplementedException

      public NotImplementedException(List<String> messages)
      Constructs a NotImplementedException with the specified detail messages.
    • NotImplementedException

      public NotImplementedException(Throwable cause)
      Constructs a NotImplementedException with the specified cause.
    • NotImplementedException

      public NotImplementedException(String message, Throwable cause)
      Constructs a NotImplementedException with the specified detail message and cause.
    • NotImplementedException

      public NotImplementedException(List<String> messages, Throwable cause)
      Constructs a NotImplementedException with the specified detail messages and cause.