Class SAMLObjectBuilderRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
se.swedenconnect.opensaml.common.builder.SAMLObjectBuilderRuntimeException
- All Implemented Interfaces:
Serializable
Runtime exception class for errors when using builders.
- Author:
- Martin Lindström (martin@idsec.se)
- See Also:
-
Constructor Summary
ConstructorDescriptionSAMLObjectBuilderRuntimeException
(String message) Constructor assigning the error message.SAMLObjectBuilderRuntimeException
(String message, Throwable cause) Constructor assinging the error message and the cause of the error.Constructor assigning the cause of the error -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SAMLObjectBuilderRuntimeException
Constructor assigning the error message.- Parameters:
message
- the error message
-
SAMLObjectBuilderRuntimeException
Constructor assigning the cause of the error- Parameters:
cause
- the cause of the error
-
SAMLObjectBuilderRuntimeException
Constructor assinging the error message and the cause of the error.- Parameters:
message
- the error messagecause
- the cause of the error
-