Class 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:
    Serialized Form
    • Constructor Detail

      • InvalidOperationException

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