com.levigo.jadice.document
Class JadiceRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.levigo.util.log.qualified.AbstractQualifiedRuntimeException
                  extended by com.levigo.jadice.document.JadiceRuntimeException
All Implemented Interfaces:
QualifiedLogEvent, QualifiedMessage, UnresolvedQualifiedLogEvent, UnresolvedQualifiedMessage, Serializable
Direct Known Subclasses:
DocumentStateException

public class JadiceRuntimeException
extends AbstractQualifiedRuntimeException

Qualified RuntimeException. Instances of the JadiceRuntimeException are carrying the error detail using a MessageID (see AbstractQualifiedRuntimeException.getMessageID()).

See Also:
Serialized Form

Constructor Summary
JadiceRuntimeException(MessageID messageId, Object... args)
           
JadiceRuntimeException(MessageID messageId, Throwable cause, Object... args)
           
 
Method Summary
 
Methods inherited from class com.levigo.util.log.qualified.AbstractQualifiedRuntimeException
getArguments, getId, getLevel, getMessage, getMessage, getMessageID, getThrowable
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

JadiceRuntimeException

public JadiceRuntimeException(MessageID messageId,
                              Object... args)

JadiceRuntimeException

public JadiceRuntimeException(MessageID messageId,
                              Throwable cause,
                              Object... args)


Copyright © 1995-2020 levigo holding gmbh. All Rights Reserved.