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. |
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.