issrg.pba.rbac
Class ExceptionSAWSRecord

java.lang.Object
  extended by issrg.pba.rbac.Record
      extended by issrg.pba.rbac.ExceptionSAWSRecord

public class ExceptionSAWSRecord
extends Record

Author:
bn29

Constructor Summary
ExceptionSAWSRecord(PbaException e)
          exception log record for saws
ExceptionSAWSRecord(java.lang.String exception)
           
 
Method Summary
 byte[] toBytes()
          returns the record as an array of bytes
 
Methods inherited from class issrg.pba.rbac.Record
toBytes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionSAWSRecord

public ExceptionSAWSRecord(PbaException e)
exception log record for saws


ExceptionSAWSRecord

public ExceptionSAWSRecord(java.lang.String exception)
Method Detail

toBytes

public byte[] toBytes()
returns the record as an array of bytes

Specified by:
toBytes in class Record