public class RemoveException extends Exception
Constructor and Description |
---|
RemoveException()
Constructs an RemoveException with no detail message.
|
RemoveException(String message)
Constructs an RemoveException with the specified detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RemoveException()
public RemoveException(String message)
message
- - The detailed message.Copyright © 2017 JBoss by Red Hat. All rights reserved.