Package ibis.cashmere.constellation
Class CashmereException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ibis.cashmere.constellation.CashmereException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
CashmereNotAvailable,LibFuncNotAvailable
public class CashmereException extends java.lang.ExceptionA general Cashmere exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CashmereException(java.lang.String message)Creates a newCashmereExceptionexception with the specified message.
-