org.weborganic.cobble
Class CobbleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.weborganic.cobble.CobbleException
All Implemented Interfaces:
Serializable

public final class CobbleException
extends Exception

Version:
20 December 2013
Author:
Christophe Lauret
See Also:
Serialized Form

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

Constructor Detail

CobbleException

public CobbleException(String message)
Parameters:
message -

CobbleException

public CobbleException(Throwable cause)
Parameters:
cause -

CobbleException

public CobbleException(String message,
                       Throwable cause)
Parameters:
message -
cause -