public class UnsupportedConstruct extends RuntimeException
Constructor and Description |
---|
UnsupportedConstruct() |
UnsupportedConstruct(Logger logger,
String messageKey,
Object... args) |
UnsupportedConstruct(Message message) |
UnsupportedConstruct(String explanation) |
UnsupportedConstruct(String explanation,
Throwable cause) |
UnsupportedConstruct(Throwable cause) |
UnsupportedConstruct(Throwable cause,
Logger logger,
String messageKey,
Object... args) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnsupportedConstruct()
public UnsupportedConstruct(String explanation)
public UnsupportedConstruct(Throwable cause)
public UnsupportedConstruct(Throwable cause, Logger logger, String messageKey, Object... args)
public UnsupportedConstruct(Message message)
Apache CXF