com.codestudio.util
Class PoolPropsException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.codestudio.util.PoolPropsException
All Implemented Interfaces:
java.io.Serializable

public class PoolPropsException
extends java.lang.RuntimeException

This custom exception is no longer used, but maintained for backwards-compatibility semantic purposes.

See Also:
Serialized Form

Constructor Summary
PoolPropsException(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PoolPropsException

public PoolPropsException(java.lang.String s)


Copyright © 1999-2001 The Code Studio. All Rights Reserved.