com.vinculumtech.carrierwave
Class GraphDeleteException

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

public class GraphDeleteException
extends GraphException

The GraphDeleteException is thrown by the Delete class during deletion failures from the persistence layer.

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

Constructor Summary
GraphDeleteException(GraphException graphException)
           
GraphDeleteException(java.lang.String message)
           
GraphDeleteException(java.lang.String message, Icon targetIcon, java.lang.Throwable cause)
           
GraphDeleteException(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

GraphDeleteException

public GraphDeleteException(GraphException graphException)

GraphDeleteException

public GraphDeleteException(java.lang.String message)

GraphDeleteException

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

GraphDeleteException

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


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