com.vinculumtech.carrierwave
Class GraphDeleteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.vinculumtech.carrierwave.GraphException
com.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
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 |
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.