org.apache.xml.security.exceptions
Class Base64DecodingException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.apache.xml.security.exceptions.XMLSecurityException
                    |
                    +--org.apache.xml.security.exceptions.Base64DecodingException
All Implemented Interfaces:
java.io.Serializable

public class Base64DecodingException
extends XMLSecurityException

This Exception is thrown if decoding of Base64 data fails.

Author:
Christian Geuer-Pollmann
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.xml.security.exceptions.XMLSecurityException
msgID, originalException
 
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
 
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

Base64DecodingException

public Base64DecodingException()
Constructor Base64DecodingException


Base64DecodingException

public Base64DecodingException(java.lang.String msgID)
Constructor Base64DecodingException

Parameters:
msgID -

Base64DecodingException

public Base64DecodingException(java.lang.String msgID,
                               java.lang.Object[] exArgs)
Constructor Base64DecodingException

Parameters:
msgID -
exArgs -

Base64DecodingException

public Base64DecodingException(java.lang.String msgID,
                               java.lang.Exception originalException)
Constructor Base64DecodingException

Parameters:
msgID -
originalException -

Base64DecodingException

public Base64DecodingException(java.lang.String msgID,
                               java.lang.Object[] exArgs,
                               java.lang.Exception originalException)
Constructor Base64DecodingException

Parameters:
msgID -
exArgs -
originalException -