de.janrufmonitor.repository
Class CallNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.janrufmonitor.repository.CallNotFoundException
- All Implemented Interfaces:
- Serializable
public class CallNotFoundException
- extends Exception
This class can be used to inform the framework the a certain
call object was not found in the persistency.
- Author:
- Thilo Brandt
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CallNotFoundException
public CallNotFoundException()
- Creates a new instance.
CallNotFoundException
public CallNotFoundException(String s)
- Creates a new instance with a message text.
- Parameters:
s - message used as exception message.
Copyright © 2010 by Thilo Brandt. All Rights Reserved.