Class SAMLObjectBuilderRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
se.swedenconnect.opensaml.common.builder.SAMLObjectBuilderRuntimeException
All Implemented Interfaces:
Serializable

public class SAMLObjectBuilderRuntimeException extends RuntimeException
Runtime exception class for errors when using builders.
Author:
Martin Lindström (martin@idsec.se)
See Also:
  • Constructor Details

    • SAMLObjectBuilderRuntimeException

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

      public SAMLObjectBuilderRuntimeException(Throwable cause)
      Constructor assigning the cause of the error
      Parameters:
      cause - the cause of the error
    • SAMLObjectBuilderRuntimeException

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