Novell exteNd
Director 5.2 API

com.sssw.fw.exception
Class EboIllegalOperationException

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

public class EboIllegalOperationException
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
EboIllegalOperationException()
           
 
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

EboIllegalOperationException

public EboIllegalOperationException()

Novell exteNd
Director 5.2 API