Class BlobsException
-
- All Implemented Interfaces:
-
java.io.Serializable
public class BlobsException extends IOException
Thrown when there is a problems of accessing blobs
-
-
Constructor Summary
Constructors Constructor Description BlobsException(String message)
-
Method Summary
Modifier and Type Method Description String
getMessage()
-
-
Constructor Detail
-
BlobsException
BlobsException(String message)
-
-
Method Detail
-
getMessage
String getMessage()
-
-
-
-