Class UnmarshallingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opensaml.core.xml.io.UnmarshallingException
All Implemented Interfaces:
Serializable

public class UnmarshallingException extends Exception
Exception thrown when error occurs unmarshalling a DOM Element to a XMLObject.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Serial version UID.
      See Also:
  • Constructor Details

    • UnmarshallingException

      public UnmarshallingException()
      Constructor.
    • UnmarshallingException

      public UnmarshallingException(@Nullable String message)
      Constructor.
      Parameters:
      message - exception message
    • UnmarshallingException

      public UnmarshallingException(@Nullable Exception wrappedException)
      Constructor.
      Parameters:
      wrappedException - exception to be wrapped by this one
    • UnmarshallingException

      public UnmarshallingException(@Nullable String message, @Nullable Exception wrappedException)
      Constructor.
      Parameters:
      message - exception message
      wrappedException - exception to be wrapped by this one