com.iona.corbautil
Class PoaUtilityException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.iona.corbautil.PoaUtilityException
All Implemented Interfaces:
java.io.Serializable

public class PoaUtilityException
extends java.lang.Exception

This exception class is used to hold exception messages for use with the PoaUtility class.

See Also:
Serialized Form

Constructor Summary
PoaUtilityException(java.lang.String message)
          Create an exception with the specified message.
 
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
 

Constructor Detail

PoaUtilityException

public PoaUtilityException(java.lang.String message)
Create an exception with the specified message.

Parameters:
message - The message.