dtu.library.app
Class OperationNotAllowedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by dtu.library.app.OperationNotAllowedException
All Implemented Interfaces:
java.io.Serializable

public class OperationNotAllowedException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
OperationNotAllowedException(java.lang.String op)
           
 
Method Summary
 java.lang.String getOperation()
           
 void setOperation(java.lang.String operation)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OperationNotAllowedException

public OperationNotAllowedException(java.lang.String op)
Method Detail

setOperation

public void setOperation(java.lang.String operation)

getOperation

public java.lang.String getOperation()