public abstract class AtomicException extends Exception
Modifier | Constructor and Description |
---|---|
protected |
AtomicException() |
protected |
AtomicException(AtomicSerial.GetArg arg) |
protected |
AtomicException(String message) |
protected |
AtomicException(String message,
Throwable cause) |
protected |
AtomicException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
protected |
AtomicException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected AtomicException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
protected AtomicException(String message)
protected AtomicException()
protected AtomicException(Throwable cause)
protected AtomicException(AtomicSerial.GetArg arg) throws IOException
IOException
Copyright © 2016–2018 The Apache Software Foundation. All rights reserved.