Class MetadataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
se.idsec.signservice.integration.core.error.SignServiceIntegrationException
se.idsec.signservice.integration.core.error.SignServiceIntegrationCategoryException
se.idsec.signservice.integration.security.SignServiceEncryptException
se.idsec.signservice.integration.security.MetadataException
- All Implemented Interfaces:
Serializable
Exception class for errors during metadata processing.
- Author:
- Martin Lindström (martin@idsec.se), Stefan Santesson (stefan@idsec.se)
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final se.idsec.signservice.integration.core.error.ErrorCode.Code
The error code for metadata errors. -
Constructor Summary
ConstructorsConstructorDescriptionMetadataException
(String message) Constructor.MetadataException
(String message, Throwable cause) Constructor. -
Method Summary
Methods inherited from class se.idsec.signservice.integration.security.SignServiceEncryptException
getCategory, getHttpStatus
Methods inherited from class se.idsec.signservice.integration.core.error.SignServiceIntegrationException
getErrorCode
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
METADATA_ERROR
public static final se.idsec.signservice.integration.core.error.ErrorCode.Code METADATA_ERRORThe error code for metadata errors.
-
-
Constructor Details
-
MetadataException
Constructor.- Parameters:
message
- the error message
-
MetadataException
Constructor.- Parameters:
message
- the error messagecause
- the cause of the error
-