org.cts.registry
Class RegistryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.cts.registry.RegistryException
- All Implemented Interfaces:
- Serializable
public class RegistryException
- extends Exception
A class to return an exception when a registry fail
- Author:
- ebocher
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RegistryException
public RegistryException(String message)
- Build a new RegistryException from a message.
- Parameters:
message - the message to throw
RegistryException
public RegistryException(String message,
Exception ex)
- Build a new RegistryException from a message and an exception.
- Parameters:
message - the message to throwex -
Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.