Package com.sodius.oslc.server.trs
Class MissingTrsFeedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sodius.oslc.server.trs.MissingTrsFeedException
-
- All Implemented Interfaces:
Serializable
public class MissingTrsFeedException extends Exception
Thrown when aTrsFeed
does not exist.- Since:
- 3.3.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MissingTrsFeedException(String feedIdentifier)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MissingTrsFeedException
public MissingTrsFeedException(String feedIdentifier)
-
-