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

Field Summary
private static long serialVersionUID
           
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

AdminException

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

Parameters:
info - Information about the exception.


Copyright © 2010 ScalAgent D.T.. All Rights Reserved.