SK.gnome.dwarf
Class ServiceException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bySK.gnome.dwarf.ServiceException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CommandException, IllegalServiceClassException

public class ServiceException
extends java.lang.Exception

General exception thrown by the services.

See Also:
Serialized Form

Constructor Summary
ServiceException()
          Constructs a new ServiceException
ServiceException(java.lang.String message)
          Constructs a new ServiceException with the given message.
ServiceException(java.lang.String message, java.lang.Throwable cause)
          Constructs a new ServiceException with the Throwable object as the root cause, and the given message.
ServiceException(java.lang.Throwable cause)
          Constructs a new ServiceException with the Throwable object as the root 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServiceException

public ServiceException()
Constructs a new ServiceException


ServiceException

public ServiceException(java.lang.String message)
Constructs a new ServiceException with the given message.

Parameters:
message - the message

ServiceException

public ServiceException(java.lang.Throwable cause)
Constructs a new ServiceException with the Throwable object as the root cause.

Parameters:
cause - the root cause

ServiceException

public ServiceException(java.lang.String message,
                        java.lang.Throwable cause)
Constructs a new ServiceException with the Throwable object as the root cause, and the given message.

Parameters:
message - the message
cause - the root cause


Copyright (c) 1999-2005, Gnome Ltd. All rights reserved.