org.purl.xnode
Class XNodeStoreProviderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.purl.xnode.XNodeException
              extended by org.purl.xnode.XNodeStoreProviderException
All Implemented Interfaces:
Serializable

public class XNodeStoreProviderException
extends XNodeException

Extends XNodeException to signal that an exception has occurred within the XNodeStoreProvider.

The XNode API (the package org.purl.xnode.*, both its source code and documentation), are released under the Apache 2.0 License. For more details, check the LICENSE file contained with the distribution, or see The Ceryle Project for more information. It is distributed with no warranty.

Since:
JDK1.4
Version:
$Id: XNodeStoreProviderException.java,v 3.1 2007-06-15 12:10:37 altheim Exp $
Author:
Murray Altheim
See Also:
XNodeState, XNodeException, Serialized Form

Constructor Summary
XNodeStoreProviderException(Exception exception)
          Constructor for XNodeStoreProviderException tunnelling an original Exception.
XNodeStoreProviderException(String message)
          Constructor for XNodeStoreProviderException provided with an error String message.
XNodeStoreProviderException(String message, Exception exception)
          Constructor for XNodeStoreProviderException including a message and tunnelling an original Exception.
XNodeStoreProviderException(XNodeState state, Exception exception)
          Constructor for XNodeStoreProviderException tunnelling an original Exception, including an XNodeState state indicator.
XNodeStoreProviderException(XNodeState state, String message)
          Constructor for XNodeStoreProviderException provided with an int errorcode and an error String message.
XNodeStoreProviderException(XNodeState state, String message, Exception exception)
          Constructor for XNodeStoreProviderException tunnelling an original Exception, including a state indicator, and a message String.
 
Method Summary
 
Methods inherited from class org.purl.xnode.XNodeException
getException, getMessage, getState, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XNodeStoreProviderException

public XNodeStoreProviderException(String message)
Constructor for XNodeStoreProviderException provided with an error String message.

Parameters:
message - the exception message.

XNodeStoreProviderException

public XNodeStoreProviderException(XNodeState state,
                                   String message)
Constructor for XNodeStoreProviderException provided with an int errorcode and an error String message.

See Processing State codes.

Parameters:
state - the processing state when the Exception occurred.
message - the exception message.
See Also:
for processing state codes.

XNodeStoreProviderException

public XNodeStoreProviderException(Exception exception)
Constructor for XNodeStoreProviderException tunnelling an original Exception.

Parameters:
exception - the original Exception.

XNodeStoreProviderException

public XNodeStoreProviderException(XNodeState state,
                                   Exception exception)
Constructor for XNodeStoreProviderException tunnelling an original Exception, including an XNodeState state indicator.

See Processing State codes.

Parameters:
state - the processing state when the Exception occurred.
exception - the original Exception.
See Also:
for processing state codes.

XNodeStoreProviderException

public XNodeStoreProviderException(String message,
                                   Exception exception)
Constructor for XNodeStoreProviderException including a message and tunnelling an original Exception.

Parameters:
message - the Exception message String.
exception - the original Exception.

XNodeStoreProviderException

public XNodeStoreProviderException(XNodeState state,
                                   String message,
                                   Exception exception)
Constructor for XNodeStoreProviderException tunnelling an original Exception, including a state indicator, and a message String.

See Processing State codes.

Parameters:
state - the processing state when the Exception occurred.
message - the Exception message String.
exception - the original Exception.
See Also:
for processing state codes.


The Ceryle Project. Copyright ©2001-2007 Murray Altheim, All Rights Reserved. See LICENSE included with distribution.