de.janrufmonitor.repository
Class CallNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
CallNotFoundException()
          Creates a new instance.
CallNotFoundException(String s)
          Creates a new instance with a message text.
 
Method Summary
 
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

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.