public class SpacesException extends JetspeedException
KEYED_MESSAGE_BUNDLE
Constructor and Description |
---|
SpacesException()
Default Constructor.
|
SpacesException(String message)
Constructor with exception message.
|
SpacesException(String msg,
Throwable nested)
Constructor with exception message and nested exception.
|
SpacesException(Throwable nested)
Constructor with nested exception.
|
getKeyedMessage, getMessage, getMessage, getMessage, getRequestDiagnostics, setRequestDiagnostics
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SpacesException()
Default Constructor.
public SpacesException(String message)
Constructor with exception message.
message
- The exception message.public SpacesException(Throwable nested)
Constructor with nested exception.
nested
- Nested exception.Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.