com.elogico.xbound
Class XBoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.elogico.xbound.XBoundException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ManagerConfigurationException

public class XBoundException
extends java.lang.Exception

Generic XBound exception

Version:
$Revision: 1.2 $
Author:
Marco Sarti
See Also:
Serialized Form

Constructor Summary
XBoundException()
          Create a new XBoundException with no detail mesage.
XBoundException(java.lang.String msg)
          Create a new XBoundException with the String specified as an error message.
XBoundException(java.lang.String msg, java.lang.Throwable e)
          Create a new XBoundException with a given Exception base cause of the error.
XBoundException(java.lang.Throwable e)
          Create a new XBoundException with a given Exception base cause of the error.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

XBoundException

public XBoundException()
Create a new XBoundException with no detail mesage.


XBoundException

public XBoundException(java.lang.String msg)
Create a new XBoundException with the String specified as an error message.

Parameters:
msg - The error message for the exception.

XBoundException

public XBoundException(java.lang.String msg,
                       java.lang.Throwable e)
Create a new XBoundException with a given Exception base cause of the error.

Parameters:
msg - The error message for the exception.
e - The exception to be encapsulated in a XBoundException

XBoundException

public XBoundException(java.lang.Throwable e)
Create a new XBoundException with a given Exception base cause of the error.

Parameters:
e - The exception to be encapsulated in a XBoundException