peer2me.exception
Class UnknownKeyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by peer2me.exception.UnknownKeyException
All Implemented Interfaces:
java.io.Serializable

public class UnknownKeyException
extends java.lang.IllegalArgumentException

This class represents an exception thrown when trying to extract information from a Message

Author:
Tommy Bjoernsgaard
See Also:
Serialized Form

Constructor Summary
UnknownKeyException()
          Default constructor
UnknownKeyException(java.lang.String arg0)
          Default constructor
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnknownKeyException

public UnknownKeyException()
Default constructor


UnknownKeyException

public UnknownKeyException(java.lang.String arg0)
Default constructor

Parameters:
arg0 - A String sent to the super-constructor.