net.netheos.pcsapi.exceptions
Class CInvalidFileTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.netheos.pcsapi.exceptions.CStorageException
net.netheos.pcsapi.exceptions.CInvalidFileTypeException
- All Implemented Interfaces:
- Serializable
public class CInvalidFileTypeException
- extends CStorageException
Thrown when performing an operation on a folder when a blob is expected, or when operating on a blob and a folder is
expected. Also thrown when downloading provider special files (eg google drive native docs).
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CInvalidFileTypeException
public CInvalidFileTypeException(String message,
CPath cpath,
boolean blobExpected)
CInvalidFileTypeException
public CInvalidFileTypeException(CPath cpath,
boolean blobExpected)
getPath
public CPath getPath()
isBlobExpected
public boolean isBlobExpected()
Copyright © 2014. All Rights Reserved.