smacs.xngr.browser.service
Class InvalidServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
smacs.xngr.browser.service.InvalidServiceException
- All Implemented Interfaces:
- Serializable
- public class InvalidServiceException
- extends Exception
An exception that is thrown to indicates an invalid service.
- Author:
- Edwin Dankert
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidServiceException
public InvalidServiceException(String message)
- Constructs the exception with a message.
- Parameters:
message - the message for this exception.
InvalidServiceException
public InvalidServiceException(String message,
Exception original)
- Constructs the exception with a message and the original exception.
- Parameters:
message - the message for this exception.original - the original exception.
getOriginal
public Exception getOriginal()
- Gets the original exception.
- Returns:
- the original exception.