org.joseki.server
Class JosekiServerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.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
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 |
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.