public class AdapterException extends Exception
| Constructor and Description |
|---|
AdapterException()
Empty Exception
|
AdapterException(String arg0)
Exception with a String messsage
|
AdapterException(String arg0,
Throwable arg1)
Exception with a Message and a Throwable
|
AdapterException(Throwable arg0)
Excpetion with only the Throwable
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AdapterException()
public AdapterException(String arg0)
arg0 - public AdapterException(String arg0, Throwable arg1)
arg0 - arg1 - public AdapterException(Throwable arg0)
arg0 - Copyright © 2003–2016 Community Z Tools Project. All rights reserved.