com.vinculumtech.carrierwave
Class GraphInvokeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.vinculumtech.carrierwave.GraphException
              extended bycom.vinculumtech.carrierwave.GraphInvokeException
All Implemented Interfaces:
java.io.Serializable

public class GraphInvokeException
extends GraphException

The GraphInvokeException is thrown by the Invoke class during invocation failures.

Version:
$Id: //depot/carrierwave/src/shared/com/vinculumtech/carrierwave/GraphInvokeException.java#3 $
See Also:
Serialized Form

Constructor Summary
GraphInvokeException(GraphException graphException)
           
GraphInvokeException(java.lang.String message)
           
GraphInvokeException(java.lang.String message, Icon targetIcon, java.lang.Throwable cause)
           
GraphInvokeException(java.lang.String message, java.lang.Throwable cause)
           
 
Methods inherited from class com.vinculumtech.carrierwave.GraphException
getMessage, getTargetIcon, setTargetIcon
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

GraphInvokeException

public GraphInvokeException(GraphException graphException)

GraphInvokeException

public GraphInvokeException(java.lang.String message)

GraphInvokeException

public GraphInvokeException(java.lang.String message,
                            java.lang.Throwable cause)

GraphInvokeException

public GraphInvokeException(java.lang.String message,
                            Icon targetIcon,
                            java.lang.Throwable cause)


Copyright (C) 2002 Vinculum Technologies, Inc. All Rights Reserved.