public class PropertyManagerException extends Exception
Constructor and Description |
---|
PropertyManagerException()
Default constructor.
|
PropertyManagerException(String s)
Default constructor.
|
PropertyManagerException(String s,
Throwable throwable)
Default constructor.
|
PropertyManagerException(Throwable throwable)
Default constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PropertyManagerException()
public PropertyManagerException(String s)
s
- the message.public PropertyManagerException(String s, Throwable throwable)
s
- the message.throwable
- the Exception
.Copyright © 2021 Atlassian. All rights reserved.