cc.otavia.handler.codec.UnsupportedMessageTypeException
 See theUnsupportedMessageTypeException companion object
  class UnsupportedMessageTypeException(msg: String | Null, cause: Throwable | Null) extends CodecException
 
Thrown if an unsupported message is received by a codec.
Attributes
- Companion
- object
- Graph
- 
    
- Supertypes
- 
    class CodecExceptionclass RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
- 
               a string representation of the object. 
- Inherited from:
- Throwable
In this article