org.ow2.jasmine.jadort.service.action.modJK
Class JkConnectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ow2.jasmine.jadort.service.action.modJK.JkConnectionException
All Implemented Interfaces:
java.io.Serializable

public class JkConnectionException
extends java.lang.Exception

Represents mod_jk exceptions.

Author:
Malek Chahine, Remy Bresson, S. Ali Tokmen
See Also:
Serialized Form

Constructor Summary
JkConnectionException(java.lang.String message)
           
JkConnectionException(java.lang.String message, java.lang.Exception cause)
           
 
Method Summary
 
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

JkConnectionException

public JkConnectionException(java.lang.String message)
Parameters:
message - Exception message.

JkConnectionException

public JkConnectionException(java.lang.String message,
                             java.lang.Exception cause)
Parameters:
message - Exception message.
cause - Root exception.


Copyright © 2010 OW2 Consortium. All Rights Reserved.