public class QueryBuildException extends Exception
UrlState
into an ENEQuery
object.Constructor and Description |
---|
QueryBuildException()
Constructs a
QueryBuildException with no message
or cause. |
QueryBuildException(String pMessage)
Constructs a
QueryBuildException with the specified
message. |
QueryBuildException(String pMessage,
Throwable pCause)
Constructs a
QueryBuildException with the specified
message and cause. |
QueryBuildException(Throwable pCause)
Constructs a
QueryBuildException with the specified
cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public QueryBuildException()
QueryBuildException
with no message
or cause.public QueryBuildException(String pMessage)
QueryBuildException
with the specified
message.pMessage
- an error message.public QueryBuildException(String pMessage, Throwable pCause)
QueryBuildException
with the specified
message and cause.pMessage
- an error message.pCause
- the original exception that triggered this exception.public QueryBuildException(Throwable pCause)
QueryBuildException
with the specified
cause.pCause
- the original exception that triggered this exception.Copyright © 2013, Oracle and/or its affiliates. All rights reserved.