public class MessageException
extends org.apache.directory.api.util.exception.RuntimeMultiException
| Modifier and Type | Field and Description |
|---|---|
(package private) static long |
serialVersionUID
The serialVersionUID.
|
| Constructor and Description |
|---|
MessageException()
Constructs an Exception without a message.
|
MessageException(String message)
Constructs an Exception with a detailed message.
|
addThrowable, isEmpty, listNestedExceptions, printStackTrace, printStackTrace, printStackTrace, sizeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringstatic final long serialVersionUID
public MessageException()
public MessageException(String message)
message - The message associated with the exception.Copyright © 2003–2022 The Apache Software Foundation. All rights reserved.