public class FileNameException extends IOException
This ecxeption may be thrown when a file name is too long or contains invalid characters.
| Constructor and Description |
|---|
FileNameException()
Class constructor.
|
FileNameException(String s)
Class constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FileNameException()
public FileNameException(String s)
s - java.lang.StringCopyright © 2005–2015 Alfresco Software. All rights reserved.