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, toString
public FileNameException()
public FileNameException(String s)
s
- java.lang.StringCopyright © 2005–2017 Alfresco Software. All rights reserved.