public class UnsupportedImplementationException extends UnsupportedOperationException
Defined in the sis-utility
module
Constructor and Description |
---|
UnsupportedImplementationException(Class<?> classe)
Constructs an exception with an error message formatted for the specified class.
|
UnsupportedImplementationException(Class<?> classe,
Exception cause)
Constructs an exception with an error message formatted for the specified class
and a cause.
|
UnsupportedImplementationException(String message)
Constructs an exception with the specified detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnsupportedImplementationException(String message)
message
- the detail message, or null
if none.public UnsupportedImplementationException(Class<?> classe)
classe
- the unexpected implementation class.public UnsupportedImplementationException(Class<?> classe, Exception cause)
classe
- the unexpected implementation class.cause
- the cause for the exception, or null
if none.Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.