org.italiangrid.voms
Class VOMSError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.italiangrid.voms.VOMSError
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FilePermissionError, VOMSProtocolError

public class VOMSError
extends RuntimeException

The VOMS error class.

Author:
Andrea Ceccanti
See Also:
Serialized Form

Constructor Summary
VOMSError(String message)
           
VOMSError(String message, Throwable cause)
           
 
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

VOMSError

public VOMSError(String message)

VOMSError

public VOMSError(String message,
                 Throwable cause)


Copyright © 2013. All Rights Reserved.