public class InvalidDeviceInterfaceException extends Exception
This exception may be thrown by a SharedDevice when the device interface has not been specified, the device interface does not match the shared device type, or the device interface driver class cannot be loaded.
| Constructor and Description |
|---|
InvalidDeviceInterfaceException()
InvalidDeviceInterfaceException constructor.
|
InvalidDeviceInterfaceException(String s)
InvalidDeviceInterfaceException constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidDeviceInterfaceException()
public InvalidDeviceInterfaceException(String s)
s - java.lang.StringCopyright © 2005–2014 Alfresco Software. All rights reserved.