edu.umd.cs.jazz.util
Class ZOperationNotAllowedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--edu.umd.cs.jazz.util.ZOperationNotAllowedException

public class ZOperationNotAllowedException
extends java.lang.Exception

A general exception used to signal various types of illegal operations

See Also:
Serialized Form

Constructor Summary
ZOperationNotAllowedException()
           
ZOperationNotAllowedException(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ZOperationNotAllowedException

public ZOperationNotAllowedException()

ZOperationNotAllowedException

public ZOperationNotAllowedException(java.lang.String msg)