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
-
WriteProtectionException()
-
-
WriteProtectionException(String)
-
-
WriteProtectionException(String, String)
-
-
getMessage()
-
-
toString()
-
WriteProtectionException
public WriteProtectionException()
WriteProtectionException
public WriteProtectionException(String classname)
- Parameters:
- classname - object reference name, class name, or method name
of for object throwing the exception
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
toString
public String toString()
- Overrides:
- toString in class Throwable
getMessage
public String getMessage()
- Overrides:
- getMessage in class Throwable
All Packages Class Hierarchy This Package Previous Next Index