|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.xml.security.exceptions.XMLSecurityException
org.apache.xml.security.exceptions.Base64DecodingException
public class Base64DecodingException
This Exception is thrown if decoding of Base64 data fails.
| Field Summary |
|---|
| Fields inherited from class org.apache.xml.security.exceptions.XMLSecurityException |
|---|
msgID |
| Constructor Summary | |
|---|---|
Base64DecodingException()
Constructor Base64DecodingException |
|
Base64DecodingException(java.lang.String msgID)
Constructor Base64DecodingException |
|
Base64DecodingException(java.lang.String msgID,
java.lang.Exception originalException)
Constructor Base64DecodingException |
|
Base64DecodingException(java.lang.String msgID,
java.lang.Object[] exArgs)
Constructor Base64DecodingException |
|
Base64DecodingException(java.lang.String msgID,
java.lang.Object[] exArgs,
java.lang.Exception originalException)
Constructor Base64DecodingException |
|
| Method Summary |
|---|
| Methods inherited from class org.apache.xml.security.exceptions.XMLSecurityException |
|---|
getMsgID, getOriginalException, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Base64DecodingException()
public Base64DecodingException(java.lang.String msgID)
msgID -
public Base64DecodingException(java.lang.String msgID,
java.lang.Object[] exArgs)
msgID - exArgs -
public Base64DecodingException(java.lang.String msgID,
java.lang.Exception originalException)
msgID - originalException -
public Base64DecodingException(java.lang.String msgID,
java.lang.Object[] exArgs,
java.lang.Exception originalException)
msgID - exArgs - originalException -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||