public class BackendException extends RuntimeException
RoleRepositoryStores.| Constructor and Description |
|---|
BackendException(Exception cause)
Creates a new
BackendException instance. |
BackendException(String message)
Creates a new
BackendException instance. |
BackendException(String message,
Exception cause)
Creates a new
BackendException instance. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BackendException(Exception cause)
BackendException instance.cause - the originating cause of this exception.public BackendException(String message)
BackendException instance.message - the message of this exception.public BackendException(String message, Exception cause)
BackendException instance.message - the message of this exception;cause - the originating cause of this exception.Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.