P-Grid v2.0a2 API Specification

p2p.storage.events
Class NoSuchTypeHandlerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by p2p.storage.events.NoSuchTypeHandlerException
All Implemented Interfaces:
Serializable

public class NoSuchTypeHandlerException
extends RuntimeException

The NoSuchTypeHandlerException is thrown when no type handler could be found for a provided type.

Version:
1.0.0
Author:
Roman Schmidt
See Also:
Serialized Form

Constructor Summary
NoSuchTypeHandlerException()
          Constructs a NoSuchTypeHandlerException without any detail message.
NoSuchTypeHandlerException(String errorMessage)
          Constructs a NoSuchTypeHandlerException with the specified detail message.
 
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

NoSuchTypeHandlerException

public NoSuchTypeHandlerException()
Constructs a NoSuchTypeHandlerException without any detail message.


NoSuchTypeHandlerException

public NoSuchTypeHandlerException(String errorMessage)
Constructs a NoSuchTypeHandlerException with the specified detail message.

Parameters:
errorMessage - string that should be shown in the exception's output.

P-Grid v2.0a2 API Specification

This is open source software distributed under the terms of the GNU General Public License, a copy of which is included in the file LICENSE. If not you can find the GPL at http://www.gnu.org/copyleft/gpl.txt