net.dpml.state
Class UnknownOperationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.dpml.state.UnknownOperationException
All Implemented Interfaces:
Serializable

public class UnknownOperationException
extends Exception

Exception thrown when a request is made for retrival of an operation via an operation key and the key is unresolvable.

Version:
2.1.0
Author:
Digital Product Management Library
See Also:
Serialized Form

Constructor Summary
UnknownOperationException(String key)
          Construct a new UnknownOperationException instance.
 
Method Summary
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnknownOperationException

public UnknownOperationException(String key)
Construct a new UnknownOperationException instance.

Parameters:
key - the operation key