Novell exteNd
Director 5.2 API

com.sssw.fw.exception
Class EboUnsupportedOperationException

java.lang.Object
 |
 +--java.lang.Throwable
       |
       +--java.lang.Exception
             |
             +--java.lang.RuntimeException
                   |
                   +--com.sssw.fw.exception.EboApplicationException
                         |
                         +--com.sssw.fw.exception.EboUnsupportedOperationException
All Implemented Interfaces:
EbiParentedException, Serializable

public class EboUnsupportedOperationException
extends EboApplicationException

This exception is thrown if the operation being performed is not supported by the Framework for the element(s) that the operation is being applied to.

See Also:
Serialized Form

Constructor Summary
EboUnsupportedOperationException()
           
 
Methods inherited from class com.sssw.fw.exception.EboApplicationException
getMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EboUnsupportedOperationException

public EboUnsupportedOperationException()

Novell exteNd
Director 5.2 API