org.jenkinsci.plugins.gcm.im
Class GcmImException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by hudson.plugins.im.IMException
                  extended by org.jenkinsci.plugins.gcm.im.GcmImException
All Implemented Interfaces:
Serializable

public class GcmImException
extends hudson.plugins.im.IMException

Overrides IMException so that unrequired stack traces are not printed.

See Also:
Serialized Form

Constructor Summary
GcmImException(String msg)
           
 
Method Summary
 void printStackTrace(PrintWriter pw)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GcmImException

public GcmImException(String msg)
Method Detail

printStackTrace

public void printStackTrace(PrintWriter pw)
Overrides:
printStackTrace in class Throwable


Copyright © 2004-2012. All Rights Reserved.