Constructors Summary |
---|
public Base64DecodingException()Constructor Base64DecodingException
super();
|
public Base64DecodingException(String _msgID)Constructor Base64DecodingException
super(_msgID);
|
public Base64DecodingException(String _msgID, Object[] exArgs)Constructor Base64DecodingException
super(_msgID, exArgs);
|
public Base64DecodingException(String _msgID, Exception _originalException)Constructor Base64DecodingException
super(_msgID, _originalException);
|
public Base64DecodingException(String _msgID, Object[] exArgs, Exception _originalException)Constructor Base64DecodingException
super(_msgID, exArgs, _originalException);
|