com.maxiq.tools.jboss
Class JBossNotAvailable

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.maxiq.tools.jboss.JBossNotAvailable
All Implemented Interfaces:
java.io.Serializable

public class JBossNotAvailable
extends java.lang.Exception

Exception raised when we know or suspect there is no JBoss or there is no JBoss running

Author:
Florin Vancea
See Also:
Serialized Form

Constructor Summary
JBossNotAvailable(java.lang.String message)
          Constructor with message
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JBossNotAvailable

public JBossNotAvailable(java.lang.String message)
Constructor with message
Parameters:
message - The message :)


Copyright © 2003 MaxIQ. All Rights Reserved.