Serializable
public class Base64DecodingException extends XMLSecurityException
msgID
Constructor | Description |
---|---|
Base64DecodingException() |
Constructor Base64DecodingException
|
Base64DecodingException(Exception originalException,
String msgID) |
Constructor Base64DecodingException
|
Base64DecodingException(Exception originalException,
String msgID,
Object[] exArgs) |
Constructor Base64DecodingException
|
Base64DecodingException(String msgID) |
Constructor Base64DecodingException
|
Base64DecodingException(String msgID,
Exception originalException) |
Deprecated.
|
Base64DecodingException(String msgID,
Object[] exArgs) |
Constructor Base64DecodingException
|
Base64DecodingException(String msgID,
Object[] exArgs,
Exception originalException) |
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace
getMsgID, getOriginalException, printStackTrace, toString
public Base64DecodingException()
public Base64DecodingException(String msgID)
msgID
- public Base64DecodingException(String msgID, Object[] exArgs)
msgID
- exArgs
- public Base64DecodingException(Exception originalException, String msgID)
originalException
- msgID
- @Deprecated public Base64DecodingException(String msgID, Exception originalException)
public Base64DecodingException(Exception originalException, String msgID, Object[] exArgs)
originalException
- msgID
- exArgs
- @Deprecated public Base64DecodingException(String msgID, Object[] exArgs, Exception originalException)
Copyright © 2000–2018 The Apache Software Foundation. All rights reserved.