com.levigo.jadice.document
Class JadiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.levigo.util.log.qualified.AbstractQualifiedException
              extended by com.levigo.jadice.document.JadiceException
All Implemented Interfaces:
QualifiedMessage, UnresolvedQualifiedMessage, Serializable

public class JadiceException
extends AbstractQualifiedException

The class JadiceException is a form of Throwable that indicates conditions that a reasonable jadice integration might want to catch.

See Also:
Serialized Form

Constructor Summary
JadiceException(MessageID messageId, Object... args)
           
JadiceException(MessageID messageId, Throwable cause, Object... args)
           
 
Method Summary
 
Methods inherited from class com.levigo.util.log.qualified.AbstractQualifiedException
getArguments, getId, getMessage, getMessage, getMessageID
 
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

JadiceException

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

JadiceException

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


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