Class DecoderException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- com.ongres.scram.common.bouncycastle.base64.DecoderException
-
- All Implemented Interfaces:
java.io.Serializable
public class DecoderException extends java.lang.IllegalStateException
Exception thrown if an attempt is made to decode invalid data, or some other failure occurs.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Throwable
cause
-
Constructor Summary
Constructors Constructor Description DecoderException(java.lang.String msg, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwable
getCause()
-