public class WorkspaceNotFoundException extends RuntimeException
Constructor and Description |
---|
WorkspaceNotFoundException(String name) |
WorkspaceNotFoundException(String name,
String message) |
WorkspaceNotFoundException(String name,
String message,
Throwable cause) |
WorkspaceNotFoundException(String name,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Get the name of the workspace that was not found.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public WorkspaceNotFoundException(String name)
name
- the workspace namepublic WorkspaceNotFoundException(String name, String message)
name
- the workspace namemessage
- the messagepublic WorkspaceNotFoundException(String name, Throwable cause)
name
- the workspace namecause
- the cause of this exceptionpublic String getName()
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.