be.SIRAPRISE.client
Class IllegalConnectionStateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by be.SIRAPRISE.client.IllegalConnectionStateException
All Implemented Interfaces:
java.io.Serializable

public class IllegalConnectionStateException
extends java.lang.RuntimeException

An IllegalConnectionStateException is thrown by DBConnection objects if the connection they represent is in a state that disallows invoking the method of the DBConnection object that was invoked.

Author:
Erwin Smout
See Also:
Serialized Form

Constructor Summary
IllegalConnectionStateException(java.lang.String msg)
          Creates the exception, setting its message
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalConnectionStateException

public IllegalConnectionStateException(java.lang.String msg)
Creates the exception, setting its message

Parameters:
msg - The exception message to set