com.spotfire.server.userdir
Class ReadOnlyDirectoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.spotfire.server.NestedRuntimeException
                  extended by com.spotfire.server.userdir.UserDirectoryException
                      extended by 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

Constructor Summary
ReadOnlyDirectoryException()
          Constructs a ReadOnlyDirectoryException with no detail message.
ReadOnlyDirectoryException(String message)
          Constructs a ReadOnlyDirectoryException with a specified detail message.
 
Method Summary
 
Methods inherited from class com.spotfire.server.NestedRuntimeException
abbreviatedStackTraceToString, getLocalizedMessage, getLogDetail, getLogEntry, getLogPriority, getMessageBundle, getMessageParameters, getRootCause, logStackTrace, setLogDetail, setLogPriority, setMessageParameters, stackTraceToString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.