| java.lang.Object java.lang.Throwable java.lang.Exception java.io.IOException com.sun.portal.ffj.filesystems.PSFileSystemException
PSFileSystemException | public class PSFileSystemException extends IOException (Code) | | Exception generated by the file system.
Might be visible to the user under many circumstances,
for example if a file could not be modified because of a lock.
author: as133206 |
Constructor Summary | |
public | PSFileSystemException(String detailMessage, String localizedMessage) Create an exception.
To be displayed to the user, the localized message must
differ from the regular detail message, as a signal that it
is localized. |
PSFileSystemException | public PSFileSystemException(String detailMessage, String localizedMessage)(Code) | | Create an exception.
To be displayed to the user, the localized message must
differ from the regular detail message, as a signal that it
is localized. Otherwise, the user is presented with a generic
message without details.
Parameters: detailMessage - an invisible debugging-only message Parameters: localizedMessage - the message that will be displayed to the user if needed |
getLocalizedMessage | public String getLocalizedMessage()(Code) | | |
|
|