public class DuplicateDescriptionException extends RuntimeException
Constructor and Description |
---|
DuplicateDescriptionException(Version version)
Construct a new exception for the given version with an unknown path.
|
DuplicateDescriptionException(Version version,
String path)
Construct a new exception for the given path and version.
|
DuplicateDescriptionException(Version version,
String path,
Throwable cause)
Construct a new exception for the given path and version.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DuplicateDescriptionException(Version version, String path)
version
- The version.path
- The path.public DuplicateDescriptionException(Version version, String path, Throwable cause)
version
- The version.path
- The path.cause
- The cause.public DuplicateDescriptionException(Version version)
version
- The version.Copyright © 2010-2018, ForgeRock All Rights Reserved.