public class UnsupportedOperatingSystemException extends RuntimeException
Constructor and Description |
---|
UnsupportedOperatingSystemException() |
UnsupportedOperatingSystemException(String message) |
UnsupportedOperatingSystemException(String message,
Throwable cause) |
UnsupportedOperatingSystemException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
static void |
raise() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnsupportedOperatingSystemException()
public UnsupportedOperatingSystemException(String message)
public UnsupportedOperatingSystemException(String message, Throwable cause)
public UnsupportedOperatingSystemException(Throwable cause)
Copyright © 2008–2018 The Netty Project. All rights reserved.