Class LinkNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ca.corefacility.bioinformatics.irida.exceptions.LinkNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class LinkNotFoundException extends java.lang.RuntimeException
Exception thrown when there is no link for a given rel when reading from an API- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LinkNotFoundException(java.lang.String message)
-