public class RepositoryDataException extends RiceRuntimeException
| Constructor and Description |
|---|
RepositoryDataException()
Default constructor
|
RepositoryDataException(String message) |
RepositoryDataException(String message,
Throwable cause) |
RepositoryDataException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RepositoryDataException()
public RepositoryDataException(String message, Throwable cause)
message - the exception messagecause - the root Throwable cause.public RepositoryDataException(String message)
message - the exception messagepublic RepositoryDataException(Throwable cause)
cause - the root Throwable cause.Copyright © 2005–2016 The Kuali Foundation. All rights reserved.