com.japisoft.framework.dockable
Class JDockException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.japisoft.framework.dockable.JDockException
All Implemented Interfaces:
java.io.Serializable

public class JDockException
extends java.lang.RuntimeException

Various cases used by the JDock class.

Author:
(c) 2004 JAPISoft
See Also:
Serialized Form

Constructor Summary
JDockException(java.lang.String 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JDockException

public JDockException(java.lang.String message)