java.lang.Object
java.lang.Throwable
java.lang.Exception
com.wilko.jaim.JaimException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- JaimStateException, JaimTimeoutException
- public class JaimException
- extends java.lang.Exception
- Version:
- $Revision: 1.3 $
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
JaimException
public JaimException()
- Creates new
JaimException without detail message.
JaimException
public JaimException(java.lang.String msg)
- Constructs an
JaimException with the specified detail message.