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

public class MetadataException extends SignServiceEncryptException
Exception class for errors during metadata processing.
Author:
Martin Lindström (martin@idsec.se), Stefan Santesson (stefan@idsec.se)
See Also:
  • Field Details

    • METADATA_ERROR

      public static final se.idsec.signservice.integration.core.error.ErrorCode.Code METADATA_ERROR
      The error code for metadata errors.
  • Constructor Details

    • MetadataException

      public MetadataException(String message)
      Constructor.
      Parameters:
      message - the error message
    • MetadataException

      public MetadataException(String message, Throwable cause)
      Constructor.
      Parameters:
      message - the error message
      cause - the cause of the error