de.deepamehta.plugins.files
Class FileRepositoryException

Show UML class diagram
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.deepamehta.plugins.files.FileRepositoryException
All Implemented Interfaces:
Serializable

 class FileRepositoryException
extends Exception


Field Summary
(package private)  javax.ws.rs.core.Response.Status status
           
 
Constructor Summary
FileRepositoryException(String message, javax.ws.rs.core.Response.Status status)
           
 
Method Summary
(package private)  javax.ws.rs.core.Response.Status getStatus()
           
(package private)  int getStatusCode()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

status

javax.ws.rs.core.Response.Status status
Constructor Detail

FileRepositoryException

FileRepositoryException(String message,
                        javax.ws.rs.core.Response.Status status)
Method Detail

getStatus

javax.ws.rs.core.Response.Status getStatus()

getStatusCode

int getStatusCode()


Copyright © 2014. All Rights Reserved.