Package com.adobe.reef.siren
Class SirenException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.adobe.reef.siren.SirenException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
BuilderException
,ConverterException
public class SirenException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SirenException()
SirenException(java.lang.String message)
SirenException(java.lang.String message, java.lang.Throwable cause)
SirenException(java.lang.Throwable cause)
-