public abstract class AclRuntimeException extends AbstractRuntimeException
Exceptions
with a root cause.
Abstract because this exception should not be constructed directly, rather, a more detailed subclass should be constructed and thrown.
Constructor and Description |
---|
AclRuntimeException(String message)
Construct an
AclRuntimeException with the specified detail message. |
getMessage, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AclRuntimeException(String message)
AclRuntimeException
with the specified detail message.message
- the detail message (which is saved for later retrieval by the AbstractRuntimeException.getMessage()
method).<i>Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA</i>