org.deepamehta.plugins.moodle
Class MoodleConnectionException

Show UML class diagram
java.lang.Object
  extended by java.lang.Throwable
      extended by org.deepamehta.plugins.moodle.MoodleConnectionException
All Implemented Interfaces:
Serializable

public class MoodleConnectionException
extends Throwable

See Also:
Serialized Form

Field Summary
(package private)  String message
           
(package private)  int status
           
 
Constructor Summary
MoodleConnectionException(String message, int status)
           
 
Method Summary
 
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

message

String message

status

int status
Constructor Detail

MoodleConnectionException

public MoodleConnectionException(String message,
                                 int status)


Copyright © 2014. All Rights Reserved.