org.kite9.framework.common
Class Kite9ProcessingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.kite9.framework.common.Kite9ProcessingException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
StackSearchException

public class Kite9ProcessingException
extends RuntimeException

Thrown whenever there is a problem creating the kite9 item.

Author:
moffatr
See Also:
Serialized Form

Constructor Summary
Kite9ProcessingException()
           
Kite9ProcessingException(String arg0)
           
Kite9ProcessingException(String arg0, Throwable arg1)
           
Kite9ProcessingException(Throwable arg0)
           
 
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

Kite9ProcessingException

public Kite9ProcessingException()

Kite9ProcessingException

public Kite9ProcessingException(String arg0,
                                Throwable arg1)

Kite9ProcessingException

public Kite9ProcessingException(String arg0)

Kite9ProcessingException

public Kite9ProcessingException(Throwable arg0)


Copyright © 2011. All Rights Reserved.