com.opnworks.cbo.exceptions
Class CboException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.opnworks.cbo.exceptions.CboException
All Implemented Interfaces:
java.io.Serializable

public class CboException
extends java.lang.Exception

Description of the Class

Author:
Laurent
See Also:
Serialized Form

Constructor Summary
CboException(java.lang.String message)
           
CboException(java.lang.String message, java.lang.Throwable cause)
           
CboException(java.lang.Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CboException

public CboException(java.lang.String message)
Parameters:
message -

CboException

public CboException(java.lang.String message,
                    java.lang.Throwable cause)
Parameters:
message -
cause -

CboException

public CboException(java.lang.Throwable cause)
Parameters:
cause -