Package com.opencloud.rhino.persistence
Class NameNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.opencloud.rhino.persistence.NameNotFoundException
-
- All Implemented Interfaces:
Serializable
public class NameNotFoundException extends Exception
This exception is thrown by the
PersistenceManagementMBean
if an attempt is made to reference an entity with an unknown name.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NameNotFoundException(String message)
Create aNameNotFoundException
with a detail message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NameNotFoundException
public NameNotFoundException(String message)
Create a
NameNotFoundException
with a detail message.- Parameters:
message
- the detail message.
-
-