Class ProfileResolutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
gov.nist.secauto.oscal.lib.profile.resolver.ProfileResolutionException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionProfileResolutionException
(String message) Create a new profile resolution exception with the providedmessage
.ProfileResolutionException
(String message, Throwable cause) Create a new profile resolution exception with the providedmessage
based on the providedcause
. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProfileResolutionException
Create a new profile resolution exception with the providedmessage
.- Parameters:
message
- a description of the error that occurred
-
ProfileResolutionException
Create a new profile resolution exception with the providedmessage
based on the providedcause
.- Parameters:
message
- a description of the error that occurredcause
- the initial cause of the exception
-