org.iternine.jeppetto.dao
Class JeppettoException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.iternine.jeppetto.dao.JeppettoException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AccessControlException, NoSuchItemException, OptimisticLockException, TooManyItemsException

public class JeppettoException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
JeppettoException()
           
JeppettoException(String s)
           
JeppettoException(String s, Throwable throwable)
           
JeppettoException(Throwable throwable)
           
 
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

JeppettoException

public JeppettoException()

JeppettoException

public JeppettoException(String s)

JeppettoException

public JeppettoException(Throwable throwable)

JeppettoException

public JeppettoException(String s,
                         Throwable throwable)


Copyright © 2012. All Rights Reserved.