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.Exception
A general Cashmere exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CashmereException(java.lang.String message)
Creates a newCashmereException
exception with the specified message.
-