An exception that occurs when something tries to enqueue an
org.jicarilla.lang.Invocation invocation into an object
which doesn't support that invocation.
author: Leo Simons version: $Id: UnsupportedInvocationException.java,v 1.2 2003/12/16 21:20:05 version: lsimons Exp $
Create a new UnsupportedInvocationException with no custom
message.
UnsupportedInvocationException
public UnsupportedInvocationException(String message)(Code)
Create a new UnsupportedInvocationException with a custom
message.
Parameters: message - the message to associate with this exception See Also:org.jicarilla.lang.CascadingException
Create a new UnsupportedInvocationException with a custom
message and a parent exception.
Parameters: message - the message to associate with this exception Parameters: throwable - the parent (cause) exception See Also:org.jicarilla.lang.CascadingException
Fields inherited from org.jicarilla.lang.CascadingException