com.wilko.jaim
Class JaimException

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

See Also:
Serialized Form

Constructor Summary
JaimException()
          Creates new JaimException without detail message.
JaimException(java.lang.String msg)
          Constructs an JaimException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JaimException

public JaimException()
Creates new JaimException without detail message.


JaimException

public JaimException(java.lang.String msg)
Constructs an JaimException with the specified detail message.

Parameters:
msg - the detail message.