edu.udo.cs.miningmart.m4
Class M4Interface.CaseLockedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byedu.udo.cs.miningmart.m4.M4Interface.CaseLockedException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
M4Interface

public class M4Interface.CaseLockedException
extends java.lang.Exception

This exception is thrown when a Case is locked.

See Also:
Serialized Form

Constructor Summary
M4Interface.CaseLockedException()
          Constructs an Exception without a message.
M4Interface.CaseLockedException(java.lang.String message)
          Constructs an Exception with a detailed 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

M4Interface.CaseLockedException

public M4Interface.CaseLockedException()
Constructs an Exception without a message.


M4Interface.CaseLockedException

public M4Interface.CaseLockedException(java.lang.String message)
Constructs an Exception with a detailed message.



Copyright © 2001-2005