public class TransformedGraphException extends ODCleanStoreException
Constructor and Description |
---|
TransformedGraphException(String message)
Constructs a new exception with the given message.
|
TransformedGraphException(String message,
Throwable cause)
Constructs a new exception with the given message and cause.
|
TransformedGraphException(Throwable cause)
Constructs a new exception with the given cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TransformedGraphException(Throwable cause)
cause
- the causepublic TransformedGraphException(String message, Throwable cause)
message
- the detail messagecause
- the causepublic TransformedGraphException(String message)
message
- the detail messageCopyright © 2013. All Rights Reserved.