public class ReferenceNotInitializedException extends XMLSignatureException
Reference
fails
because of an uninitialized XMLSignatureInput
msgID
Constructor and Description |
---|
ReferenceNotInitializedException()
Constructor ReferenceNotInitializedException
|
ReferenceNotInitializedException(Exception ex) |
ReferenceNotInitializedException(Exception originalException,
String msgID)
Constructor ReferenceNotInitializedException
|
ReferenceNotInitializedException(Exception originalException,
String msgID,
Object[] exArgs)
Constructor ReferenceNotInitializedException
|
ReferenceNotInitializedException(String msgID)
Constructor ReferenceNotInitializedException
|
ReferenceNotInitializedException(String msgID,
Exception originalException)
Deprecated.
|
ReferenceNotInitializedException(String msgID,
Object[] exArgs)
Constructor ReferenceNotInitializedException
|
ReferenceNotInitializedException(String msgID,
Object[] exArgs,
Exception originalException)
Deprecated.
|
getMsgID, getOriginalException, printStackTrace, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace
public ReferenceNotInitializedException()
public ReferenceNotInitializedException(Exception ex)
public ReferenceNotInitializedException(String msgID)
msgID
- public ReferenceNotInitializedException(String msgID, Object[] exArgs)
msgID
- exArgs
- public ReferenceNotInitializedException(Exception originalException, String msgID)
originalException
- msgID
- @Deprecated public ReferenceNotInitializedException(String msgID, Exception originalException)
public ReferenceNotInitializedException(Exception originalException, String msgID, Object[] exArgs)
originalException
- msgID
- exArgs
- @Deprecated public ReferenceNotInitializedException(String msgID, Object[] exArgs, Exception originalException)
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.