de.uniba.wiai.lspi.chord.service
Class ServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.uniba.wiai.lspi.chord.service.ServiceException
- All Implemented Interfaces:
- Serializable
public final class ServiceException
- extends Exception
Whenever this exception is thrown, an error has occured which cannot be
resolved by the service layer.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ServiceException
public ServiceException(String message)
- Creates a new service exception with the given description.
- Parameters:
message - Description for the user.
ServiceException
public ServiceException(String message,
Throwable cause)
- Creates a new service exception with the given description.
- Parameters:
message - Description for the user.cause - Throwable which led to throwing this exception.
Copyright © 2004-2008 Karsten Loesing, Sven Kaffille - Distributed and Mobile Systems Group, Lehrstuhl für Praktische Informatik, Universität Bamberg. All Rights Reserved.