AdlsRemoteException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Data Lake Store filesystem exception based on the WebHDFS definition for RemoteExceptions. This is a WebHDFS 'catch all' exception
public class AdlsRemoteException
type AdlsRemoteException = class
Public Class AdlsRemoteException
- Inheritance
-
AdlsRemoteException
- Derived
Constructors
AdlsRemoteException() |
Initializes a new instance of the AdlsRemoteException class. |
AdlsRemoteException(String, String) |
Initializes a new instance of the AdlsRemoteException class. |
Properties
JavaClassName |
Gets the full class package name for the exception thrown, such as 'java.lang.IllegalArgumentException'. |
Message |
Gets the message associated with the exception that was thrown, such as 'Invalid value for webhdfs parameter "permission":...'. |