org.joseki.server
Class JosekiServerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.joseki.server.JosekiServerException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ConfigurationErrorException

public class JosekiServerException
extends java.lang.RuntimeException

Root of all runtime exceptions generated by the Joseki system

Version:
$Id: JosekiServerException.java,v 1.3 2004/04/30 14:13:13 andy_seaborne Exp $
Author:
Andy Seaborne
See Also:
Serialized Form

Constructor Summary
JosekiServerException()
           
JosekiServerException(java.lang.String msg)
           
JosekiServerException(java.lang.String msg, java.lang.Throwable cause)
           
JosekiServerException(java.lang.Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JosekiServerException

public JosekiServerException(java.lang.String msg)

JosekiServerException

public JosekiServerException()

JosekiServerException

public JosekiServerException(java.lang.String msg,
                             java.lang.Throwable cause)

JosekiServerException

public JosekiServerException(java.lang.Throwable cause)


Copyright © 2002 Hewlett-Packard. All Rights Reserved.