Class ReferenceNotInitializedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.xml.security.exceptions.XMLSecurityException
org.apache.xml.security.signature.XMLSignatureException
org.apache.xml.security.signature.ReferenceNotInitializedException
- All Implemented Interfaces:
Serializable
Raised if verifying a
Reference fails
because of an uninitialized XMLSignatureInput- See Also:
-
Field Summary
Fields inherited from class org.apache.xml.security.exceptions.XMLSecurityException
msgID -
Constructor Summary
ConstructorsConstructorDescriptionConstructor ReferenceNotInitializedExceptionReferenceNotInitializedException(Exception originalException, String msgID) Constructor ReferenceNotInitializedExceptionReferenceNotInitializedException(Exception originalException, String msgID, Object[] exArgs) Constructor ReferenceNotInitializedExceptionConstructor ReferenceNotInitializedExceptionReferenceNotInitializedException(String msgID, Exception originalException) Deprecated.ReferenceNotInitializedException(String msgID, Object[] exArgs) Constructor ReferenceNotInitializedExceptionReferenceNotInitializedException(String msgID, Object[] exArgs, Exception originalException) Deprecated. -
Method Summary
Methods inherited from class org.apache.xml.security.exceptions.XMLSecurityException
getMsgID, getOriginalException, printStackTrace, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ReferenceNotInitializedException
public ReferenceNotInitializedException()Constructor ReferenceNotInitializedException -
ReferenceNotInitializedException
-
ReferenceNotInitializedException
Constructor ReferenceNotInitializedException- Parameters:
msgID-
-
ReferenceNotInitializedException
Constructor ReferenceNotInitializedException- Parameters:
msgID-exArgs-
-
ReferenceNotInitializedException
Constructor ReferenceNotInitializedException- Parameters:
originalException-msgID-
-
ReferenceNotInitializedException
Deprecated. -
ReferenceNotInitializedException
Constructor ReferenceNotInitializedException- Parameters:
originalException-msgID-exArgs-
-
ReferenceNotInitializedException
@Deprecated public ReferenceNotInitializedException(String msgID, Object[] exArgs, Exception originalException) Deprecated.
-