org.richfaces.cdk
Class CdkException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.richfaces.cdk.CdkException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AptException, InvalidNameException

public class CdkException
extends java.lang.RuntimeException

Author:
asmirnov@exadel.com
See Also:
Serialized Form

Constructor Summary
CdkException()
          

CdkException(java.lang.String message)
          

CdkException(java.lang.String message, java.lang.Throwable cause)
          

CdkException(java.lang.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

CdkException

public CdkException()


CdkException

public CdkException(java.lang.String message)

Parameters:
message -

CdkException

public CdkException(java.lang.Throwable cause)

Parameters:
cause -

CdkException

public CdkException(java.lang.String message,
                    java.lang.Throwable cause)

Parameters:
message -
cause -


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.