io
.
udash
.
auth
DefaultAuthExceptionCodecRegistry
Related Doc:
package auth
class
DefaultAuthExceptionCodecRegistry
extends
DefaultExceptionCodecRegistry
Linear Supertypes
DefaultExceptionCodecRegistry
,
ClassNameBasedECR
,
ExceptionCodecRegistry
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
DefaultAuthExceptionCodecRegistry
DefaultExceptionCodecRegistry
ClassNameBasedECR
ExceptionCodecRegistry
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
DefaultAuthExceptionCodecRegistry
()
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@HotSpotIntrinsicCandidate
()
@throws
(
...
)
final
val
codecs
:
Map
[
String
,
GenCodec
[_]]
Attributes
protected
Definition Classes
ClassNameBasedECR
def
contains
(
name:
String
)
:
Boolean
Definition Classes
ClassNameBasedECR → ExceptionCodecRegistry
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
val
exceptionReader
: (
Input
) ⇒
String
Attributes
protected
Definition Classes
ClassNameBasedECR
final
val
exceptionWriter
: (
Output
,
Throwable
) ⇒
Unit
Attributes
protected
Definition Classes
ClassNameBasedECR
def
get
[
T <:
Throwable
]
(
name:
String
)
:
GenCodec
[
T
]
Definition Classes
ClassNameBasedECR → ExceptionCodecRegistry
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
Annotations
@HotSpotIntrinsicCandidate
()
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
Annotations
@HotSpotIntrinsicCandidate
()
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
name
[
T <:
Throwable
]
(
ex:
T
)
:
String
Definition Classes
DefaultExceptionCodecRegistry → ExceptionCodecRegistry
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
Annotations
@HotSpotIntrinsicCandidate
()
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
Annotations
@HotSpotIntrinsicCandidate
()
def
register
[
T <:
Throwable
]
(
codec:
GenCodec
[
T
]
)
(
implicit
arg0:
ClassTag
[
T
]
)
:
Unit
Definition Classes
ClassNameBasedECR → ExceptionCodecRegistry
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Deprecated Value Members
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@Deprecated
@deprecated
@throws
(
classOf[java.lang.Throwable]
)
Deprecated
(Since version )
see corresponding Javadoc for more information.
Inherited from
DefaultExceptionCodecRegistry
Inherited from
ClassNameBasedECR
Inherited from
ExceptionCodecRegistry
Inherited from
AnyRef
Inherited from
Any
Ungrouped