This is an extended exception. Java before version 1.4 did not offer the possibility the attach a cause to an exception. The cause of an exception is the Throwable object which was thrown and caused the exception. This interface must be implemented by all exceptions to accomplish this additional functionality.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.