public class ResolutionException extends RuntimeException
Configuration,
Serialized Form| Constructor and Description |
|---|
ResolutionException()
Constructs a
ResolutionException with no detail message. |
ResolutionException(String msg)
Constructs a
ResolutionException with the given detail
message. |
ResolutionException(String msg,
Throwable cause)
Constructs a
ResolutionException with the given detail message
and cause. |
ResolutionException(Throwable cause)
Constructs an instance of this exception with the given cause.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ResolutionException()
ResolutionException with no detail message.public ResolutionException(String msg)
ResolutionException with the given detail
message.msg - The detail message; can be nullpublic ResolutionException(String msg, Throwable cause)
ResolutionException with the given detail message
and cause.msg - The detail message; can be nullcause - The cause; can be nullpublic ResolutionException(Throwable cause)
cause - The cause; can be null Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-internal+0-2016-04-14-195246.buildd.src