Class ncsa.horizon.util.WriteProtectionException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ncsa.horizon.util.WriteProtectionException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----ncsa.horizon.util.WriteProtectionException

public class WriteProtectionException
extends Exception

Constructor Index

 o WriteProtectionException()
 o WriteProtectionException(String)
 o WriteProtectionException(String, String)

Method Index

 o getMessage()
 o toString()

Constructors

 o WriteProtectionException
  public WriteProtectionException()
 o WriteProtectionException
  public WriteProtectionException(String classname)
Parameters:
classname - object reference name, class name, or method name of for object throwing the exception
 o WriteProtectionException
  public WriteProtectionException(String classname,
                                  String message)
Parameters:
classname - object reference name, class name, or method name of for object throwing the exception
detailed - message

Methods

 o toString
  public String toString()
Overrides:
toString in class Throwable
 o getMessage
  public String getMessage()
Overrides:
getMessage in class Throwable

All Packages  Class Hierarchy  This Package  Previous  Next  Index