se.cambio.cds.ts
Class TerminologyServiceException

Package class diagram package TerminologyServiceException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by se.cambio.cds.ts.TerminologyServiceException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidCodeException, UnknownPropertyException, UnsupportedLanguageException, UnsupportedTerminologyException

public class TerminologyServiceException
extends Exception

Root exception of all concrete exceptions thrown by terminology service

Author:
rong.chen
See Also:
Serialized Form

Constructor Summary
TerminologyServiceException(String message)
           
TerminologyServiceException(String message, Throwable t)
           
 
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

TerminologyServiceException

public TerminologyServiceException(String message)

TerminologyServiceException

public TerminologyServiceException(String message,
                                   Throwable t)


Copyright © 2013 Cambio. All Rights Reserved.