Package de.javawi.jstun.attribute
Class UnknownMessageAttributeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.javawi.jstun.attribute.MessageAttributeException
-
- de.javawi.jstun.attribute.MessageAttributeParsingException
-
- de.javawi.jstun.attribute.UnknownMessageAttributeException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnknownMessageAttributeException extends MessageAttributeParsingException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownMessageAttributeException(java.lang.String mesg, MessageAttributeInterface.MessageAttributeType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MessageAttributeInterface.MessageAttributeType
getType()
-
-
-
Constructor Detail
-
UnknownMessageAttributeException
public UnknownMessageAttributeException(java.lang.String mesg, MessageAttributeInterface.MessageAttributeType type)
-
-
Method Detail
-
getType
public MessageAttributeInterface.MessageAttributeType getType()
-
-