Package se.litsec.opensaml.core
Class SAMLObjectBuilderRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- se.litsec.opensaml.core.SAMLObjectBuilderRuntimeException
-
- All Implemented Interfaces:
Serializable
public class SAMLObjectBuilderRuntimeException extends RuntimeException
Runtime exception class for errors when using builders.- Author:
- Martin Lindström (martin.lindstrom@litsec.se)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SAMLObjectBuilderRuntimeException(String message)
Constructor assigning the error message.SAMLObjectBuilderRuntimeException(String message, Throwable cause)
Constructor assinging the error message and the cause of the error.SAMLObjectBuilderRuntimeException(Throwable cause)
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 Detail
-
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
-
-