org.cts.registry
Class RegistryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
RegistryException(String message)
          Build a new RegistryException from a message.
RegistryException(String message, Exception ex)
          Build a new RegistryException from a message and an exception.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 throw
ex -


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.