java.lang
Class Exception
java.lang.Object
java.lang.Throwable
java.lang.Exception
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AclNotFoundException, ClassNotFoundException, CloneNotSupportedException, DataFormatException, GeneralSecurityException, IllegalAccessException, InstantiationException, InterruptedException, InvocationTargetException, IOException, LastOwnerException, NoSuchFieldException, NoSuchMethodException, NotOwnerException, ParseException, PrivilegedActionException, RuntimeException, TooManyListenersException, URISyntaxException
public class Exception
- extends Throwable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Exception
public Exception()
Exception
public Exception(String var0)
Exception
public Exception(String var0,
Throwable var1)
Exception
public Exception(Throwable var0)