Class ImportCycleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
gov.nist.secauto.oscal.lib.profile.resolver.selection.ImportCycleException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionImportCycleException
(String message) ImportCycleException
(String message, Throwable cause) ImportCycleException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) ImportCycleException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ImportCycleException
public ImportCycleException() -
ImportCycleException
-
ImportCycleException
-
ImportCycleException
-
ImportCycleException
public ImportCycleException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-