p2p.basic.events
Class NoRouteToKeyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
p2p.basic.events.NoRouteToKeyException
- All Implemented Interfaces:
- Serializable
public class NoRouteToKeyException
- extends RuntimeException
The NoRouteToKeyException is thrown if a message cannot be routed to a destination key.
- Version:
- 1.0
- Author:
- Roman Schmidt
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoRouteToKeyException
public NoRouteToKeyException()
- Constructs a NoRouteToKeyException without any detail message.
NoRouteToKeyException
public NoRouteToKeyException(String errorMessage)
- Constructs a NoRouteToKeyException with the specified detail message.
- Parameters:
errorMessage - string that should be shown in the exception's output.
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