Class AcmeProblemException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.trustable.ca3s.core.service.dto.acme.problem.AcmeProblemException
-
- All Implemented Interfaces:
Serializable
@NotThreadSafe public class AcmeProblemException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AcmeProblemException(ProblemDetail problem)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProblemDetailgetProblem()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AcmeProblemException
public AcmeProblemException(ProblemDetail problem)
-
-
Method Detail
-
getProblem
public ProblemDetail getProblem()
-
-