public class ResolverException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
Serial version UID.
|
| Constructor and Description |
|---|
ResolverException()
Constructor.
|
ResolverException(java.lang.Exception wrappedException)
Constructor.
|
ResolverException(java.lang.String message)
Constructor.
|
ResolverException(java.lang.String message,
java.lang.Exception wrappedException)
Constructor.
|
private static final long serialVersionUID
public ResolverException()
public ResolverException(@Nullable
java.lang.String message)
message - exception messagepublic ResolverException(@Nullable
java.lang.Exception wrappedException)
wrappedException - exception to be wrapped by this onepublic ResolverException(@Nullable
java.lang.String message,
@Nullable
java.lang.Exception wrappedException)
message - exception messagewrappedException - exception to be wrapped by this one