站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 server API Documentation 英文版文档

ServiceUnavailableException (JBoss Server API) - JBoss 3.2.7 server API Documentation 英文版文档


org.jboss.jmx.adaptor.ejb
Class ServiceUnavailableException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jboss.jmx.adaptor.ejb.ServiceUnavailableException
All Implemented Interfaces:
Serializable

public class ServiceUnavailableException
extends Exception

An instance of this class is thrown when a Value Object contains an invalid value.

Version:
$Revision: 1.4 $
Author:
Andreas Schaefer
See Also:
Serialized Form

Constructor Summary
ServiceUnavailableException(String pMessage)
          Constructor with a message of the exception
 
Method Summary
 boolean equals(Object pTest)
          Determines if the given instance is the same as this instance based on its content.
 int hashCode()
          Returns the hashcode of this instance
 String toString()
          Describes the instance and its content for debugging purpose
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServiceUnavailableException

public ServiceUnavailableException(String pMessage)
Constructor with a message of the exception

Parameters:
pMessage - Message to further explain the exception
Method Detail

toString

public String toString()
Describes the instance and its content for debugging purpose

Returns:
Using the one from the super class

equals

public boolean equals(Object pTest)
Determines if the given instance is the same as this instance based on its content. This means that it has to be of the same class ( or subclass ) and it has to have the same content

Returns:
Returns the equals value from the super class

hashCode

public int hashCode()
Returns the hashcode of this instance

Returns:
Hashcode of the super class


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.