All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class iceberg.namemapping.BadDNException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----iceberg.namemapping.BadDNException

public class BadDNException
extends Exception
Thrown when the client passes a bad uniq-id (badly formatted or non-existent)


Constructor Index

 o BadDNException()
 o BadDNException(String)

Method Index

 o getMessage()

Constructors

 o BadDNException
 public BadDNException()
 o BadDNException
 public BadDNException(String s)

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index