OperationNotSupportedException Class

com.bea.p13n.security.management
OperationNotSupportedException Class

public class OperationNotSupportedException

    extends ApplicationException

Application exception class that will be thrown when an attempt is made to call a method not supported/implemented by a provider.


Hierarchy
Object
  Throwable
    Exception
      ApplicationException
        OperationNotSupportedException
All Implemented Interfaces

Serializable

Constructor Summary

OperationNotSupportedException()

OperationNotSupportedException(String message, Throwable t)

Constructor
OperationNotSupportedException(String message)

Constructor
OperationNotSupportedException(Throwable t)

Constructor
 

Method Summary

 
Methods from  java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

OperationNotSupportedException

public OperationNotSupportedException()

OperationNotSupportedException

public OperationNotSupportedException(String message, 
                                      Throwable t)
Constructor

OperationNotSupportedException

public OperationNotSupportedException(String message)
Constructor

OperationNotSupportedException

public OperationNotSupportedException(Throwable t)
Constructor