Name

OperationNotSupportedException

Synopsis

Thrown when the provider’s implementation of Context does not support a method that has been invoked (e.g., trying to list the subordinates of a leaf object like a print job that by definition cannot have any children).

                  
public class OperationNotSupportedException extends NamingException {
// Public Constructors
   public OperationNotSupportedException();  
   public OperationNotSupportedException(String explanation);  
}

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.