Package no.hasmac.rdf.io.error
Class UnsupportedContentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- no.hasmac.rdf.io.error.UnsupportedContentException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnsupportedContentException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
contenttYpe
private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description UnsupportedContentException(java.lang.String contentType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getContentType()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
contenttYpe
private final java.lang.String contenttYpe
-
-