com.spotfire.server.userdir
Class ReadOnlyDirectoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.spotfire.server.NestedRuntimeException
com.spotfire.server.userdir.UserDirectoryException
com.spotfire.server.userdir.ReadOnlyDirectoryException
public class ReadOnlyDirectoryException
- extends UserDirectoryException
This exception is thrown when an attempt has been made to modify a directory
where the provider only supports reading.
- Since:
- DSS 7.3
- See Also:
- Serialized Form
| Methods inherited from class com.spotfire.server.NestedRuntimeException |
abbreviatedStackTraceToString, getLocalizedMessage, getLogDetail, getLogEntry, getLogPriority, getMessageBundle, getMessageParameters, getRootCause, logStackTrace, setLogDetail, setLogPriority, setMessageParameters, stackTraceToString |
ReadOnlyDirectoryException
public ReadOnlyDirectoryException()
- Constructs a ReadOnlyDirectoryException with no detail message.
ReadOnlyDirectoryException
public ReadOnlyDirectoryException(String message)
- Constructs a ReadOnlyDirectoryException with a specified detail message.
- Parameters:
message - the detail message
Copyright © 2000-2009 TIBCO Software Inc. All Rights Reserved.