@StableMinor(version="12.3", sinceVersion="8.0") public class FileIsNotDirectoryException extends IOException
IFile
is not a directory.Constructor and Description |
---|
FileIsNotDirectoryException()
Creates a new instance with no detail message and no cause.
|
FileIsNotDirectoryException(String message)
Creates a new instance with the given detail message.
|
FileIsNotDirectoryException(String message,
Throwable cause)
Creates a new instance with the given detail message and cause.
|
FileIsNotDirectoryException(Throwable cause)
Creates a new instance with the given cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FileIsNotDirectoryException()
public FileIsNotDirectoryException(String message, Throwable cause)
message
- the detail message.cause
- the cause.public FileIsNotDirectoryException(String message)
message
- the detail message.public FileIsNotDirectoryException(Throwable cause)
cause
- the cause.LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.