|
||||||||||
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(String msgID)
Constructor Base64DecodingException |
|
Base64DecodingException(String msgID,
Exception originalException)
Constructor Base64DecodingException |
|
Base64DecodingException(String msgID,
Object[] exArgs)
Constructor Base64DecodingException |
|
Base64DecodingException(String msgID,
Object[] exArgs,
Exception originalException)
Constructor Base64DecodingException |
Method Summary |
---|
Methods inherited from class org.apache.xml.security.exceptions.XMLSecurityException |
---|
getMsgID, getOriginalException, printStackTrace, toString |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Base64DecodingException()
public Base64DecodingException(String msgID)
msgID
- public Base64DecodingException(String msgID, Object[] exArgs)
msgID
- exArgs
- public Base64DecodingException(String msgID, Exception originalException)
msgID
- originalException
- public Base64DecodingException(String msgID, Object[] exArgs, Exception originalException)
msgID
- exArgs
- originalException
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |