org.chenillekit.access
Class ChenilleKitAccessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.chenillekit.access.ChenilleKitAccessException
All Implemented Interfaces:
Serializable

public class ChenilleKitAccessException
extends RuntimeException

Version:
$Id: ChenilleKitAccessException.java 333 2008-11-19 16:26:03Z mlusetti $
See Also:
Serialized Form

Constructor Summary
ChenilleKitAccessException()
          Default blank constructor
ChenilleKitAccessException(String message)
           
ChenilleKitAccessException(String message, Throwable cause)
           
ChenilleKitAccessException(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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChenilleKitAccessException

public ChenilleKitAccessException()
Default blank constructor


ChenilleKitAccessException

public ChenilleKitAccessException(String message)
Parameters:
message -

ChenilleKitAccessException

public ChenilleKitAccessException(Throwable cause)
Parameters:
cause -

ChenilleKitAccessException

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


Copyright © 2008-2009 ChenilleKit. All Rights Reserved.