Class ConnectorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- pt.rcaap.cienciavitae.curriculum.client.ConnectorException
-
- All Implemented Interfaces:
Serializable
public class ConnectorException extends Exception
Connector exception- Author:
- pgraca
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConnectorException(String errorMessage)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ConnectorException
public ConnectorException(String errorMessage)
-
-