Class InvalidOperationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.enterprise.security.auth.realm.exceptions.InvalidOperationException
All Implemented Interfaces:
Serializable

public class InvalidOperationException extends Exception
Exception thrown when an operation is invoked on a realm that does not support it. e.g. Invoking getGroups (username) is not supported by a certificate realm.
Author:
Harpreet Singh
See Also:
  • Constructor Details

    • InvalidOperationException

      public InvalidOperationException(String info)
      Constructs the exception, with descriptive information.
      Parameters:
      info - describes the problem with the realm