public class OraclePropertyGraphException extends RuntimeException
| Constructor and Description | 
|---|
| OraclePropertyGraphException()Constructs a OraclePropertyGraphException | 
| OraclePropertyGraphException(String message)Construct a OraclePropertyGraphException with the specified detail message. | 
| OraclePropertyGraphException(String message, Throwable cause)Construct a OraclePropertyGraphException with the specified detail message and nested exception. | 
| OraclePropertyGraphException(Throwable cause)Construct a OraclePropertyGraphException with the specified nested exception. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OraclePropertyGraphException()
public OraclePropertyGraphException(String message)
message - the detail messagepublic OraclePropertyGraphException(String message, Throwable cause)
message - the detail messagecause - the nested exceptionpublic OraclePropertyGraphException(Throwable cause)
cause - the nested exceptionCopyright © 2016 Oracle and/or its affiliates. All Rights Reserved.