jason.service.pool
Class ClientsUnderServiceException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--jason.service.pool.ClientsUnderServiceException
- All Implemented Interfaces:
- java.io.Serializable
- public class ClientsUnderServiceException
- extends java.lang.Exception
This is the exception class - it is thrown by the ThreadPool under different circumstances. Mainly if a thread
is processing a client and termination of the thread is requested or if locking of pool is attempted.
Author - Sanjay"Ironluca"Debnath Ironluca@yahoo.com
Last Modified - 9/03/2001
- See Also:
- Serialized Form
Method Summary |
java.lang.String |
toString()
|
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, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ClientsUnderServiceException
public ClientsUnderServiceException()
- The default constructor.
ClientsUnderServiceException
public ClientsUnderServiceException(java.lang.String messMessage)
- Overloaded constructor
- Parameters:
messMessage
- - The reason for the Exception.
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Throwable