Serializablepublic class AdapterException extends Exception
| Constructor | Description |
|---|---|
AdapterException(String message) |
Create a new
AdapterException |
AdapterException(String message,
Exception cause) |
Create a new
AdapterException |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AdapterException(String message)
AdapterExceptionmessage - error messagepublic AdapterException(String message, Exception cause)
AdapterExceptionmessage - error messagecause - cause for the exceptionCopyright © 2019. All rights reserved.