Package org.codehaus.classworlds
Class NoSuchRealmException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.codehaus.classworlds.ClassWorldException
-
- org.codehaus.classworlds.NoSuchRealmException
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated public class NoSuchRealmException extends ClassWorldException
Deprecated.Indicates an attempt to retrieve aClassRealm
from aClassWorld
with an invalid id.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
id
Deprecated.The realm id.
-
Constructor Summary
Constructors Constructor Description NoSuchRealmException(ClassWorld world, java.lang.String id)
Deprecated.Construct.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.String
getId()
Deprecated.Retrieve the invalid realm id.-
Methods inherited from class org.codehaus.classworlds.ClassWorldException
getWorld
-
-
-
-
Constructor Detail
-
NoSuchRealmException
public NoSuchRealmException(ClassWorld world, java.lang.String id)
Deprecated.Construct.- Parameters:
world
- The world.id
- The realm id.
-
-