powerquotes.ejb.impl
Class ServiceUnavailableException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--powerquotes.ejb.impl.ServiceUnavailableException
- All Implemented Interfaces:
- java.io.Serializable
- public class ServiceUnavailableException
- extends java.lang.Exception
Indicates a problem with a unavailable service. Because
this is not a Runtime or Remote Exception it will NOT
cause the transaction to roll back.
- Version:
- $Revision: 1.1 $
- Author:
- Andreas Schaefer
- See Also:
- Serialized Form
|
Method Summary |
boolean |
equals(java.lang.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 |
java.lang.String |
toString()
Describes the instance and its content for debugging purpose |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
ServiceUnavailableException
public ServiceUnavailableException(java.lang.String pMessage)
- Constructor with a message of the exception
- Parameters:
pMessage - Message to further explain the exception
toString
public java.lang.String toString()
- Describes the instance and its content for debugging purpose
- Overrides:
toString in class java.lang.Throwable
- Returns:
- Using the one from the super class
equals
public boolean equals(java.lang.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
- Overrides:
equals in class java.lang.Object
- Returns:
- Returns the equals value from the super class
hashCode
public int hashCode()
- Returns the hashcode of this instance
- Overrides:
hashCode in class java.lang.Object
- Returns:
- Hashcode of the super class