public class WikiUserManagerScriptServiceException extends Exception
WikiUserManagerScriptService}.Constructor and Description |
---|
WikiUserManagerScriptServiceException(String message)
Construct an exception with the specified detail message.
|
WikiUserManagerScriptServiceException(String message,
Throwable throwable)
Construct an exception with the specified detail message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public WikiUserManagerScriptServiceException(String message)
message
- The detailed message. This can later be retrieved by the Throwable.getMessage() method.public WikiUserManagerScriptServiceException(String message, Throwable throwable)
message
- The detailed message. This can later be retrieved by the Throwable.getMessage() method.throwable
- the cause. This can be retrieved later by the Throwable.getCause() method. (A null value is
permitted, and indicates that the cause is nonexistent or unknown)Copyright © 2004–2014 XWiki. All rights reserved.