java.lang.Object
java.lang.Throwable
java.lang.Exception
gov.nist.secauto.metaschema.databind.io.BindingException
All Implemented Interfaces:
Serializable

public class BindingException extends Exception
Used to report exceptional conditions related to processing bound objects.
See Also:
  • Constructor Details

    • BindingException

      public BindingException(String message, Throwable cause)
      Construct a new binding exception with the provided detail message and cause.
      Parameters:
      message - the detail message
      cause - the cause of the exception
    • BindingException

      public BindingException(String message)
      Construct a new binding exception with the provided detail message.
      Parameters:
      message - the detail message
    • BindingException

      public BindingException(Throwable cause)
      Construct a new binding exception with the provided cause.
      Parameters:
      cause - the cause of the exception