public class ContainerException extends RuntimeException
Container| Constructor and Description |
|---|
ContainerException()
Construct a new exception with no cause and no detail message.
|
ContainerException(String message)
Construct a new exception with no cause and the specified detail message.
|
ContainerException(String message,
Throwable cause)
Construct a new exception with the specified cause and the specified detail message.
|
ContainerException(Throwable cause)
Construct a new exception with the specified cause and no detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ContainerException()
public ContainerException(String message)
message - the message detailing the exception.public ContainerException(Throwable cause)
cause - the exception that caused this one.Copyright © 2018 eXo Platform SAS. All Rights Reserved.