com.sun.portal.search.soif
Class SOIFException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--com.sun.portal.search.soif.SOIFException
All Implemented Interfaces:
Serializable

public class SOIFException
extends IOException

See Also:
Serialized Form

Constructor Summary
SOIFException()
          Creates new SOIFException without detail message.
SOIFException(String msg)
          Constructs an SOIFException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SOIFException

public SOIFException()
Creates new SOIFException without detail message.

SOIFException

public SOIFException(String msg)
Constructs an SOIFException with the specified detail message.
Parameters:
msg - the detail message.