JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
net.shibboleth.shared.codec.CodecException
Packages that use
CodecException
Package
Description
net.shibboleth.shared.codec
A set of helper functions for encoding/decoding data to/from different formats.
Uses of
CodecException
in
net.shibboleth.shared.codec
Subclasses of
CodecException
in
net.shibboleth.shared.codec
Modifier and Type
Class
Description
class
DecodingException
A
CodecException
that occurs during decoding.
class
EncodingException
A
CodecException
that occurs during encoding.