de.javawi.jstun.attribute
Class UnknownMessageAttributeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.javawi.jstun.attribute.MessageAttributeException
              extended by de.javawi.jstun.attribute.MessageAttributeParsingException
                  extended by de.javawi.jstun.attribute.UnknownMessageAttributeException
All Implemented Interfaces:
Serializable

public class UnknownMessageAttributeException
extends MessageAttributeParsingException

See Also:
Serialized Form

Constructor Summary
UnknownMessageAttributeException(String mesg, MessageAttributeInterface.MessageAttributeType type)
           
 
Method Summary
 MessageAttributeInterface.MessageAttributeType getType()
           
 
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

UnknownMessageAttributeException

public UnknownMessageAttributeException(String mesg,
                                        MessageAttributeInterface.MessageAttributeType type)
Method Detail

getType

public MessageAttributeInterface.MessageAttributeType getType()