Serializablepublic class ReferenceNotInitializedException extends XMLSignatureException
Reference fails
because of an uninitialized XMLSignatureInputmsgID| Constructor | 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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTracegetMsgID, getOriginalException, printStackTrace, toStringpublic 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–2018 The Apache Software Foundation. All rights reserved.