de.janrufmonitor.repository
Class CallerNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.janrufmonitor.repository.CallerNotFoundException
All Implemented Interfaces:
Serializable

public class CallerNotFoundException
extends Exception

This class can be used to inform the framework the a certain caller object was not found in the persistency.

Author:
Thilo Brandt
See Also:
Serialized Form

Constructor Summary
CallerNotFoundException()
          Creates a new instance.
CallerNotFoundException(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

CallerNotFoundException

public CallerNotFoundException()
Creates a new instance.


CallerNotFoundException

public CallerNotFoundException(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.