Joram 4.3.1

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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.objectweb.joram.client.jms.admin.AdminException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
NameAlreadyUsedException, ServerIdAlreadyUsedException, StartFailureException, UnknownServerException

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.
 
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

AdminException

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

Parameters:
info - Information about the exception.

Joram 4.3.1

Copyright © 2005 Scalagent - All rights reserved