gr.uoa.di.madgik.grs.bridge.exceptions
Class GCubeBridgeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by gr.uoa.di.madgik.grs.GRS2Exception
              extended by gr.uoa.di.madgik.grs.bridge.exceptions.GCubeBridgeException
All Implemented Interfaces:
Serializable

public class GCubeBridgeException
extends gr.uoa.di.madgik.grs.GRS2Exception

Base exception for all exception through through the bridge components

Author:
gpapanikos
See Also:
Serialized Form

Constructor Summary
GCubeBridgeException()
          Create new instance
GCubeBridgeException(String message)
          Create new instance
GCubeBridgeException(String message, Throwable cause)
          Create new instance
 
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
 

Constructor Detail

GCubeBridgeException

public GCubeBridgeException()
Create new instance


GCubeBridgeException

public GCubeBridgeException(String message)
Create new instance

Parameters:
message - the error message

GCubeBridgeException

public GCubeBridgeException(String message,
                            Throwable cause)
Create new instance

Parameters:
message - the error message
cause - the error cause


Copyright © 2014. All Rights Reserved.