Class msql.MsqlException
All Packages Class Hierarchy This Package Previous Next Index
Class msql.MsqlException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.io.IOException
|
+----msql.MsqlException
- public class MsqlException
- extends IOException
Signals that an error occurred while attempting to use a socket.
-
MsqlException()
- Constructs a new MsqlException with no detail message.
-
MsqlException(String)
- Constructs a new MsqlException with the specified detail
message.
MsqlException
public MsqlException(String msg)
- Constructs a new MsqlException with the specified detail
message.
A detail message is a String that gives a specific
description of this error.
- Parameters:
- msg - the detail message
MsqlException
public MsqlException()
- Constructs a new MsqlException with no detail message.
A detail message is a String that gives a specific
description of this error.
All Packages Class Hierarchy This Package Previous Next Index