org.isam.exehda.services.ox
Class NotMasterHandleException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.isam.exehda.services.ox.NotMasterHandleException
All Implemented Interfaces:
java.io.Serializable

public class NotMasterHandleException
extends java.lang.Exception

Author:
frainer
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
NotMasterHandleException()
          Creates a new instance of NotMasterHandleException without detail message.
NotMasterHandleException(java.lang.String msg)
          Constructs an instance of NotMasterHandleException with the specified detail 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

NotMasterHandleException

public NotMasterHandleException()
Creates a new instance of NotMasterHandleException without detail message.


NotMasterHandleException

public NotMasterHandleException(java.lang.String msg)
Constructs an instance of NotMasterHandleException with the specified detail message.

Parameters:
msg - the detail message.