org.objectweb.joram.client.jms.admin
Class AdminException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.objectweb.joram.client.jms.admin.AdminException
All Implemented Interfaces:
java.io.Serializable

public class AdminException
extends java.lang.Exception

An AdminException is an exception thrown by an administration method.

See Also:
Serialized Form

Constructor Summary
AdminException(java.lang.String info)
          Constructs an AdminException instance.
 
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

AdminException

public AdminException(java.lang.String info)
Constructs an AdminException instance.

Parameters:
info - Information about the exception.


Copyright ? 2004 Scalagent - All rights reserved