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
- Author:
- Christian Geuer-Pollmann
- See Also:
-
Field Summary
Fields inherited from class org.apache.xml.security.exceptions.XMLSecurityException
msgID, originalException
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor ReferenceNotInitializedExceptionConstructor ReferenceNotInitializedExceptionReferenceNotInitializedException
(String _msgID, Exception _originalException) Constructor ReferenceNotInitializedExceptionReferenceNotInitializedException
(String _msgID, Object[] exArgs) Constructor ReferenceNotInitializedExceptionReferenceNotInitializedException
(String _msgID, Object[] exArgs, Exception _originalException) Constructor ReferenceNotInitializedException -
Method Summary
Methods inherited from class org.apache.xml.security.exceptions.XMLSecurityException
getMsgID, getOriginalException, printStackTrace, printStackTrace, printStackTrace, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace
-
Constructor Details
-
ReferenceNotInitializedException
public ReferenceNotInitializedException()Constructor ReferenceNotInitializedException -
ReferenceNotInitializedException
Constructor ReferenceNotInitializedException- Parameters:
_msgID
-
-
ReferenceNotInitializedException
Constructor ReferenceNotInitializedException- Parameters:
_msgID
-exArgs
-
-
ReferenceNotInitializedException
Constructor ReferenceNotInitializedException- Parameters:
_msgID
-_originalException
-
-
ReferenceNotInitializedException
public ReferenceNotInitializedException(String _msgID, Object[] exArgs, Exception _originalException) Constructor ReferenceNotInitializedException- Parameters:
_msgID
-exArgs
-_originalException
-
-